Age | Commit message (Collapse) | Author |
|
GPid was a pointer but had no place to put the variable.
Just declare the variable in the struct and pass the pointer
to the function.
|
|
warning: assignment discards ‘const’ qualifier from pointer target type
[enabled by default]
This warning is fixed. This is actually only allowed for legacy reasons and
should not be ignored.
|
|
|
|
|
|
destroying the window when calling tab_close now calls an event
which calls window_destroy. Which ends the program when all windows
are closed.
|
|
windows; created window closing and spawning functions. The shortcut to spawn a new window is CTRL+SHIFT+n;
|
|
we don't need it.
|
|
|
|
|
|
|
|
|
|
in defaults.h
|
|
matching the get_current_term; cleaned up the source code with more sane vim indentations; fixed the bug where a background tab would update it's title and also update the window title"
|
|
|
|
|
|
Fix the setting of the window title on window-title-changed signal
|
|
readlink is not provided in c99 unistd.h but it is in gnu99.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
http://library.gnome.org/devel/glib/unstable/glib-Miscellaneous-Utility-Functions.html
|
|
transparent_bg to bg_transparent for consistant naming.
|
|
|
|
|
|
scroll_on_output, visible_bell, word_chars. Fixing num_scrollback_lines and a few other minor bugs.
|
|
event_button for future button callbacks
|
|
thing twice.
|
|
|
|
as regular tab switching
|
|
|
|
unused method from svte.c
|
|
|
|
|
|
|
|
with new project information.
|
|
committer: Calvin M <crazycal00@gmail.com>
|
|
|
|
|
|
|
|
|
|
information from CL easier.
|
|
|
|
|