Age | Commit message (Expand) | Author | Files | Lines |
2018-02-25 | Limit usage of extern to config.h globals | Devin J. Pohly | 1 | -1/+1 |
2018-02-25 | Move CRLF input processing into ttywrite | Devin J. Pohly | 1 | -213/+210 |
2018-02-25 | Move config.h include from st.c to x.c | Devin J. Pohly | 1 | -37/+36 |
2018-02-25 | Move key-matching functions into x.c | Devin J. Pohly | 1 | -3/+3 |
2018-02-25 | Move window urgency handling entirely into x.c | Devin J. Pohly | 1 | -1/+1 |
2017-01-25 | Change default keybindings | Roberto E. Vargas Caballero | 1 | -9/+9 |
2017-01-20 | Split X-specific code into x.c | Michael Forney | 1 | -32/+32 |
2016-12-16 | Move column and row default numbers into config.h | fpqc | 1 | -0/+7 |
2016-11-14 | make the various combinations of arrow keys and shift/control/meta work | Manuel Tobias Schiller | 1 | -4/+20 |
2016-10-23 | Do not use color when font attributes are supported | Quentin Rameau | 1 | -5/+3 |
2016-10-18 | Add support for iso14755 | Quentin Rameau | 1 | -0/+1 |
2016-07-20 | Change who's expanding tabs. | Christoph Lohmann | 1 | -1/+1 |
2016-07-20 | Add some hint to have the pseudo terminal in the right mode. | Christoph Lohmann | 1 | -0/+6 |
2016-07-20 | Add comment about tabspaces. | Christoph Lohmann | 1 | -0/+9 |
2016-07-12 | Consistent Alt+BackSpace behavior | Alive 4ever | 1 | -0/+1 |
2016-03-08 | I like empty lines. | Christoph Lohmann | 1 | -0/+1 |
2016-03-08 | Measure the single advance width with a heuristic method | Ryusei Yamaguchi | 1 | -0/+8 |
2015-10-31 | Now the Shortcuts are more consistent. | Christoph Lohmann | 1 | -1/+1 |
2015-10-05 | Make the cursor shapes more descriptive. | Christoph Lohmann | 1 | -4/+4 |
2015-10-05 | Snowman is everywhere. | Christoph Lohmann | 1 | -0/+1 |
2015-10-05 | Style normalisation in the config.def.h. | Christoph Lohmann | 1 | -8/+13 |
2015-10-05 | The definition of the reverse cursor is now up to the user. | Christoph Lohmann | 1 | -1/+3 |
2015-09-12 | The times of bad fonts are over. | Christoph Lohmann | 1 | -1/+1 |
2015-09-08 | Change Pause to Break in shortcut for serial break | Roberto E. Vargas Caballero | 1 | -1/+1 |
2015-09-08 | Expose cursor shape in config.def.h | Jan Christoph Ebersbach | 1 | -0/+9 |
2015-09-08 | Add key to send a break to the serial line | Roberto E. Vargas Caballero | 1 | -0/+1 |
2015-09-08 | Set default values of stty according to the man page | Roberto E. Vargas Caballero | 1 | -1/+1 |
2015-07-28 | Adding mouse colour/shape settings | Alex Kozadaev | 1 | -0/+8 |
2015-07-24 | added note about the low precedence of shell to config.def.h | Mytchel Hammond | 1 | -0/+9 |
2015-07-09 | Unboolify st | FRIGN | 1 | -1/+1 |
2015-06-19 | do not truncate font size when zooming | Quentin Rameau | 1 | -3/+3 |
2015-04-15 | Add tty line support | Roberto E. Vargas Caballero | 1 | -0/+1 |
2015-04-10 | Make DECSCUSR thickness configurable | Omar Sandoval | 1 | -0/+5 |
2015-03-14 | Add Mod + Shift + c/v and no selclear. | Christoph Lohmann | 1 | -0/+2 |
2015-03-13 | Allow combinations with Backspace | Roberto E. Vargas Caballero | 1 | -1/+1 |
2015-03-11 | Backspace value shouldn't depend on keypad state | Ivan Delalande | 1 | -1/+1 |
2015-03-10 | Finally resolving the backspace problem. | Christoph Lohmann | 1 | -2/+3 |
2014-09-29 | Removing an extra space. | Christoph Lohmann | 1 | -1/+1 |
2014-09-29 | Implementing xzoomreset. | Christoph Lohmann | 1 | -0/+1 |
2014-09-23 | Add support for utmp in st | Roberto E. Vargas Caballero | 1 | -0/+1 |
2014-08-19 | Make useful DEL in application mode | Roberto E. Vargas Caballero | 1 | -2/+4 |
2014-08-15 | Convert VT102ID to a config variable | Roberto E. Vargas Caballero | 1 | -0/+3 |
2014-06-21 | Fix typo in config.def.h | Eric Pruitt | 1 | -2/+2 |
2014-05-14 | Allow mouse selection override using ShiftMask | Hiltjo Posthuma | 1 | -1/+5 |
2014-04-28 | Do not export chscale and cwscale. | noname | 1 | -2/+2 |
2014-04-11 | Fix Backspace and Delete characters | Roberto E. Vargas Caballero | 1 | -3/+0 |
2014-03-06 | Add sequence for printing the current selection | Roberto E. Vargas Caballero | 1 | -0/+1 |
2014-03-06 | Add key definition for printer sequences | Roberto E. Vargas Caballero | 1 | -0/+2 |
2014-02-02 | Make Shift+Home equal to CLS in ascii mode | Roberto E. Vargas Caballero | 1 | -2/+4 |
2014-02-02 | Make CONTROL + DELETE delete a line | Roberto E. Vargas Caballero | 1 | -2/+2 |