aboutsummaryrefslogtreecommitdiffstats
path: root/gterm.c
Commit message (Collapse)AuthorAgeFilesLines
* make title default to executed binaryGerd Hoffmann2020-02-121-0/+2
|
* move config bitsGerd Hoffmann2019-07-051-113/+29
|
* resize window on font size changesGerd Hoffmann2019-06-071-6/+15
|
* add -sl option (scrollback buffer size)Gerd Hoffmann2019-06-061-0/+7
|
* set geometry hintsGerd Hoffmann2019-06-031-0/+23
|
* use gtk_menu_popup on older versionsGerd Hoffmann2019-05-291-1/+8
|
* use vte_terminal_spawn_sync on older versionsGerd Hoffmann2019-05-291-0/+18
|
* add terminal resetGerd Hoffmann2019-05-291-0/+16
|
* add string.hGerd Hoffmann2019-05-271-0/+1
|
* add font size menuGerd Hoffmann2019-05-231-3/+58
|
* make bell rumtime-switchableGerd Hoffmann2019-05-231-4/+23
|
* add -vb optionGerd Hoffmann2019-05-231-0/+11
|
* fix initial fullscreen stateGerd Hoffmann2019-05-231-1/+1
|
* add menu, make fullscreen rumtime-switchableGerd Hoffmann2019-05-231-3/+62
|
* add -fullscreen optionGerd Hoffmann2019-05-231-0/+8
|
* implement profilesGerd Hoffmann2019-05-231-0/+13
|
* add -fg and -bg optionsGerd Hoffmann2019-05-231-0/+14
|
* add -cr optionGerd Hoffmann2019-05-231-5/+14
|
* add -bc optionGerd Hoffmann2019-05-231-0/+38
|
* apply vte title changes to windowGerd Hoffmann2019-05-231-0/+12
|
* add -title optionGerd Hoffmann2019-05-231-0/+14
|
* add -geometry optionGerd Hoffmann2019-05-231-0/+9
|
* config helpers, added args: -e, -fa, -fsGerd Hoffmann2019-05-231-3/+137
|
* minimal terminal implementationGerd Hoffmann2019-05-231-0/+106