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