| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix code formatting | Amadeusz Sławiński | 2019-12-31 | 1 | -10/+10 |
| * | Disable exclusive mode on TTY device when closing | David Dorfman | 2019-12-28 | 1 | -3/+11 |
| * | Using 'https' instead of 'http' | Alexander Naumov | 2019-11-09 | 1 | -1/+1 |
| * | Fix blanker to work when screen is suid root | Scott Shambarger | 2019-01-27 | 1 | -2/+1 |
| * | Prevent Panic causing Panic, and children removing sockets | Scott Shambarger | 2019-01-27 | 1 | -0/+1 |
| * | don't attempt to swap window with itself | Amadeusz Sławiński | 2018-12-06 | 1 | -0/+3 |
| * | get rid of Wformat-overflow warning | Amadeusz Sławiński | 2018-11-20 | 1 | -1/+1 |
| * | fix zombie command | Amadeusz Sławiński | 2018-11-20 | 1 | -1/+1 |
| * | add persistent bits to window group display options | Ethan Warth | 2018-11-18 | 1 | -0/+8 |
| * | fix job control on FreeBSD | Amadeusz Sławiński | 2018-05-15 | 1 | -0/+2 |
| * | release TIOCEXCL on ptys when closed | Amadeusz Sławiński | 2018-05-15 | 1 | -9/+26 |
| * | clean up after refactoring | Amadeusz Sławiński | 2018-04-11 | 1 | -40/+6 |
| * | refactor SwapWindows | Amadeusz Sławiński | 2018-04-11 | 1 | -54/+117 |
| * | add function to search for window by number | Amadeusz Sławiński | 2018-04-11 | 1 | -0/+23 |
| * | create bidirectional list of windows | Amadeusz Sławiński | 2018-04-11 | 1 | -0/+47 |
| * | rename windows to mru_window and window->w_next to window->w_prev_mru | Amadeusz Sławiński | 2018-04-11 | 1 | -6/+6 |
| * | get rid of (sometype *)0 casts | Amadeusz Sławiński | 2018-04-07 | 1 | -17/+17 |
| * | use NULL instead of 0 where applicable | Amadeusz Sławiński | 2018-04-06 | 1 | -31/+31 |
| * | fix non-ANSI function declarations | Amadeusz Sławiński | 2018-04-06 | 1 | -1/+1 |
| * | get rid of warnings about lflag being unused | Amadeusz Sławiński | 2018-03-03 | 1 | -0/+6 |
| * | support sgr mouse mose | Ryan | 2018-02-07 | 1 | -0/+1 |
| * | 'lflag' is used when screen is build with utmp support | Alexander Naumov | 2017-12-23 | 1 | -0/+1 |
| * | Value stored to 'lflag' is never read | Alexander Naumov | 2017-12-19 | 1 | -1/+0 |
| * | use memmove instead of memcpy | Amadeusz Sławiński | 2017-09-27 | 1 | -1/+1 |
| * | remove defines which are part of posix | Amadeusz Sławiński | 2017-09-27 | 1 | -0/+1 |
| * | check dup() return value | Amadeusz Sławiński | 2017-07-09 | 1 | -4/+8 |
| * | refactor use of sizeof | Amadeusz Sławiński | 2017-07-09 | 1 | -11/+11 |
| * | dynamically allocate windows | Amadeusz Sławiński | 2017-07-09 | 1 | -3/+11 |
| * | merge 2 ifs into one in win_readev_fn | Amadeusz Sławiński | 2017-02-16 | 1 | -5/+1 |
| * | quiet compiler warning | Amadeusz Sławiński | 2016-11-16 | 1 | -3/+6 |
| * | header updates | Amadeusz Sławiński | 2016-11-15 | 1 | -1/+1 |
| * | add dynamicatitle and defdynamictitle commands | Amadeusz Sławiński | 2016-10-19 | 1 | -0/+4 |
| * | int -> size_t in window.[ch] | Amadeusz Sławiński | 2016-10-15 | 1 | -19/+19 |
| * | move execvpe definition to header | Amadeusz Sławiński | 2016-09-29 | 1 | -1/+0 |
| * | fix build with no execvpe | Amadeusz Sławiński | 2016-09-25 | 1 | -1/+2 |
| * | further rewrite of configure.ac | Amadeusz Sławiński | 2016-09-18 | 1 | -3/+3 |
| * | fix cherry-pick in previous commit | Amadeusz Sławiński | 2016-09-14 | 1 | -1/+0 |
| * | fix crash with long $TERM | Amadeusz Sławiński | 2016-09-10 | 1 | -2/+3 |
| * | use enums instead of hardcoded values | Amadeusz Sławiński | 2016-07-24 | 1 | -10/+10 |
| * | c99 style for loops | Amadeusz Sławiński | 2016-06-25 | 1 | -39/+23 |
| * | change various pid variables type to pid_t from int | Amadeusz Sławiński | 2016-06-20 | 1 | -1/+1 |
| * | make utmp log windows properly | Amadeusz Sławiński | 2016-06-18 | 1 | -6/+3 |
| * | move config.h to top of includes | Amadeusz Sławiński | 2016-06-18 | 1 | -0/+2 |
| * | rename define UTMPOK to ENABLE_UTMP | Amadeusz Sławiński | 2016-06-18 | 1 | -9/+9 |
| * | rename define BUILTIN_TELNET to ENABLE_TELNET | Amadeusz Sławiński | 2016-06-18 | 1 | -9/+9 |
| * | Move ResetWindow() where it belongs | Amadeusz Sławiński | 2016-06-18 | 1 | -0/+29 |
| * | forward declare execvpe when using built-in | Amadeusz Sławiński | 2016-04-01 | 1 | -0/+1 |
| * | make all header files self-contained and include it in the source file | Simon Ruderich | 2016-02-07 | 1 | -4/+2 |
| * | assume that we ran on POSIX system | Amadeusz Sławiński | 2016-02-07 | 1 | -4/+0 |
| * | move WindowDied() to proper file | Amadeusz Sławiński | 2016-01-15 | 1 | -0/+72 |
