aboutsummaryrefslogtreecommitdiff
path: root/config.def.h
AgeCommit message (Expand)AuthorFilesLines
2021-12-26Add support for OSC color sequencesRaheman Vaiya1-3/+5
2020-05-30config.def.h: add an option allowwindowops, by default off (secure)Hiltjo Posthuma1-0/+4
2020-05-16Make shift+wheel behaves as shift+Prev/Nextk0ga1-0/+2
2020-05-09auto-sync: draw on idle to avoid flicker/tearingAvi Halachmi (:avih)1-3/+8
2020-04-11config.def.h: add a comment for the scroll variableHiltjo Posthuma1-0/+1
2020-04-11Add support for scroll(1)Roberto E. Vargas Caballero1-1/+2
2019-10-13mouse shortcuts: don't hardcode selpasteAvi Halachmi (:avih)1-1/+2
2019-10-13mouse shortcuts: allow override for all shortcutsAvi Halachmi (:avih)1-7/+7
2019-10-13mouse shortcuts: allow same functions as kb shortcutsAvi Halachmi (:avih)1-3/+3
2019-08-26config.def.h: remove crlf value sectionHiltjo Posthuma1-4/+0
2019-03-15revert part of commit add0211522737b79dad990ccd65c8af63b5cc1ddHiltjo Posthuma1-4/+3
2019-03-15config.def.h: tweak extra worddelimitersHiltjo Posthuma1-1/+1
2019-03-15use iswspace()/iswpunct() to find word delimitersLauri Tirkkonen1-3/+4
2019-03-15replace utf8strchr with wcschrLauri Tirkkonen1-2/+2
2019-01-10config: add Shift+Insert as selpaste() againHiltjo Posthuma1-0/+1
2018-09-11Remove the ISO 14755 featureQuentin Rameau1-1/+0
2018-07-17Revert "Make cursor follow text color"Hiltjo Posthuma1-0/+2
2018-07-14Make cursor follow text colorJules Maselbas1-2/+0
2018-02-25Limit usage of extern to config.h globalsDevin J. Pohly1-1/+1
2018-02-25Move CRLF input processing into ttywriteDevin J. Pohly1-213/+210
2018-02-25Move config.h include from st.c to x.cDevin J. Pohly1-37/+36
2018-02-25Move key-matching functions into x.cDevin J. Pohly1-3/+3
2018-02-25Move window urgency handling entirely into x.cDevin J. Pohly1-1/+1
2017-01-25Change default keybindingsRoberto E. Vargas Caballero1-9/+9
2017-01-20Split X-specific code into x.cMichael Forney1-32/+32
2016-12-16Move column and row default numbers into config.hfpqc1-0/+7
2016-11-14make the various combinations of arrow keys and shift/control/meta workManuel Tobias Schiller1-4/+20
2016-10-23Do not use color when font attributes are supportedQuentin Rameau1-5/+3
2016-10-18Add support for iso14755Quentin Rameau1-0/+1
2016-07-20Change who's expanding tabs.Christoph Lohmann1-1/+1
2016-07-20Add some hint to have the pseudo terminal in the right mode.Christoph Lohmann1-0/+6
2016-07-20Add comment about tabspaces.Christoph Lohmann1-0/+9
2016-07-12Consistent Alt+BackSpace behaviorAlive 4ever1-0/+1
2016-03-08I like empty lines.Christoph Lohmann1-0/+1
2016-03-08Measure the single advance width with a heuristic methodRyusei Yamaguchi1-0/+8
2015-10-31Now the Shortcuts are more consistent.Christoph Lohmann1-1/+1
2015-10-05Make the cursor shapes more descriptive.Christoph Lohmann1-4/+4
2015-10-05Snowman is everywhere.Christoph Lohmann1-0/+1
2015-10-05Style normalisation in the config.def.h.Christoph Lohmann1-8/+13
2015-10-05The definition of the reverse cursor is now up to the user.Christoph Lohmann1-1/+3
2015-09-12The times of bad fonts are over.Christoph Lohmann1-1/+1
2015-09-08Change Pause to Break in shortcut for serial breakRoberto E. Vargas Caballero1-1/+1
2015-09-08Expose cursor shape in config.def.hJan Christoph Ebersbach1-0/+9
2015-09-08Add key to send a break to the serial lineRoberto E. Vargas Caballero1-0/+1
2015-09-08Set default values of stty according to the man pageRoberto E. Vargas Caballero1-1/+1
2015-07-28Adding mouse colour/shape settingsAlex Kozadaev1-0/+8
2015-07-24added note about the low precedence of shell to config.def.hMytchel Hammond1-0/+9
2015-07-09Unboolify stFRIGN1-1/+1
2015-06-19do not truncate font size when zoomingQuentin Rameau1-3/+3
2015-04-15Add tty line supportRoberto E. Vargas Caballero1-0/+1