index
:
svte.git
master
svte - VTE based terminal emulator, fully fledges, configurable, tabbed, all that jazz
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
svte.c
Age
Commit message (
Collapse
)
Author
2010-07-23
Fixing white space, style violations.
Vic Fryzel
2010-07-23
Making window height and width configurable.
Vic Fryzel
2010-07-23
Adding 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-23
renamed key_press_callback to event_key for consistant naming, added ↵
Calvin Morrison
event_button for future button callbacks
2010-06-18
removed and redundant if/then statement that essentially evaluated the same ↵
Calvin Morrison
thing twice.
2010-06-18
tabs now open in the PWD of the previously opened tab
Calvin Morrison
2010-06-18
Switching tabs will now rotate to first if at last and visa versa, as well ↵
Calvin Morrison
as regular tab switching
2010-07-18
Removing some old licensing stuff, everything is now GPLv3. Removing an ↵
Vic Fryzel
unused method from svte.c
2010-07-18
Changing UI group in rc file to ui.
Vic Fryzel
2010-07-18
After initial import from github, switching name to svte. Revamping README ↵
Vic Fryzel
with new project information.