diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..79ce07e --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +*.*~ +~*.* +*.swp +*.log \ No newline at end of file diff --git a/changelog b/changelog index b15a5de..73589f8 100644 --- a/changelog +++ b/changelog @@ -1,3 +1,6 @@ +2019-05-7 - version 1.2.0 +[*] Changed default window close icon from "O" to "■" + 2019-03-16 - version 1.1.0 [!] TextReader renamed to TextDisplay to avoid confusion with io.Reader. In library version 1.x TextReader is deprecated but still available - it is diff --git a/demos/maindemo/themes/turbovision.theme b/demos/maindemo/themes/turbovision.theme index 286a7ce..3ab7bd0 100644 --- a/demos/maindemo/themes/turbovision.theme +++ b/demos/maindemo/themes/turbovision.theme @@ -83,7 +83,7 @@ SingleBorder=─│┌┐└┘ DoubleBorder=═║╔╗╚╝ Edit=←→V* ScrollBar=░■▲▼◄► -ViewButtons=^↓○[] +ViewButtons=^_■[] CheckBox=[] X? Radio=() * ProgressBar=░▒ diff --git a/theme.go b/theme.go index 651a46a..e3b14e9 100644 --- a/theme.go +++ b/theme.go @@ -138,7 +138,7 @@ func ThemeReset() { defTheme.objects[ObjDoubleBorder] = "═║╔╗╚╝" defTheme.objects[ObjEdit] = "←→V*" defTheme.objects[ObjScrollBar] = "░■▲▼◄►" - defTheme.objects[ObjViewButtons] = "^↓○[]" + defTheme.objects[ObjViewButtons] = "^_■[]" defTheme.objects[ObjCheckBox] = "[] X?" defTheme.objects[ObjRadio] = "() *" defTheme.objects[ObjProgressBar] = "░▒" diff --git a/themes/turbovision.theme b/themes/turbovision.theme index 286a7ce..3ab7bd0 100644 --- a/themes/turbovision.theme +++ b/themes/turbovision.theme @@ -83,7 +83,7 @@ SingleBorder=─│┌┐└┘ DoubleBorder=═║╔╗╚╝ Edit=←→V* ScrollBar=░■▲▼◄► -ViewButtons=^↓○[] +ViewButtons=^_■[] CheckBox=[] X? Radio=() * ProgressBar=░▒