aboutsummaryrefslogtreecommitdiff
path: root/svte.c
AgeCommit message (Collapse)Author
2012-06-03Implement regular copy-paste with ctrl-shift-c and ctrl-shift-vWouter Van Rooy
2012-05-31Added configurable colours to terminalWouter Van Rooy
2012-05-30added a shortcut (CTRL+SHIFT+H) to toggle the tab barmutantturkey
2012-05-28added a few more fixes - thanks Wouter Van Rooymutantturkey
2012-05-28added a fix for startup error - thanks Wouter Van Rooymutantturkey
2012-05-28added a fix for deprecated terminal fork command warningsmutantturkey
2010-09-10added callback for mouse event handling:)Calvin Morrison
2010-06-24Added two options to the rc file, bg_image and bg_saturation, also changed ↵Calvin Morrison
transparent_bg to bg_transparent for consistant naming.
2010-07-23Fixing white space, style violations.Vic Fryzel
2010-07-23Making window height and width configurable.Vic Fryzel
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-06-23renamed key_press_callback to event_key for consistant naming, added ↵Calvin Morrison
event_button for future button callbacks
2010-06-18removed and redundant if/then statement that essentially evaluated the same ↵Calvin Morrison
thing twice.
2010-06-18tabs now open in the PWD of the previously opened tabCalvin Morrison
2010-06-18Switching tabs will now rotate to first if at last and visa versa, as well ↵Calvin Morrison
as regular tab switching
2010-07-18Removing some old licensing stuff, everything is now GPLv3. Removing an ↵Vic Fryzel
unused method from svte.c
2010-07-18Changing UI group in rc file to ui.Vic Fryzel
2010-07-18After initial import from github, switching name to svte. Revamping README ↵Vic Fryzel
with new project information.