aboutsummaryrefslogtreecommitdiff
path: root/defaults.h
AgeCommit message (Collapse)Author
2013-03-05Automatically set a default window size if unsetmutantturkey
This resolves problems when the window manager does not set a default size. I noticed this while using KDE3's KWin. Previously it went unfixed because my main window manger always assigns a size. This should resolve the problem. * Added DEFAULT_WINDOW_WIDTH and DEFAULT_WINDOW_HEIGHT * DEFAULT_WINDOW_WIDTH = 600 * DEFAULT_WINDOW_HEIGHT = 800 * If either height or width is missing from the svte configuration in the users directory, use the defaults.
2012-08-29added a URL opener, by default using the xdg-open program. This is a setting ↵mutantturkey
in defaults.h
2012-05-31Added configurable colours to terminalWouter Van Rooy
2010-08-28g_build_path is supposed to end with a NULL element ↵Calvin Morrison
http://library.gnome.org/devel/glib/unstable/glib-Miscellaneous-Utility-Functions.html
2010-07-23Adding support for audible_bell, autohide_mouse, scroll_on_keystroke, ↵Vic Fryzel
scroll_on_output, visible_bell, word_chars. Fixing num_scrollback_lines and a few other minor bugs.
2010-07-18After initial import from github, switching name to svte. Revamping README ↵Vic Fryzel
with new project information.
2010-07-18Adding rc file support. Dropping most command-line options.Vic Fryzel
committer: Calvin M <crazycal00@gmail.com>