summaryrefslogtreecommitdiff
path: root/src/window.c
Commit message (Expand)AuthorAgeFilesLines
* Fix code formattingAmadeusz Sławiński2019-12-311-10/+10
* Disable exclusive mode on TTY device when closingDavid Dorfman2019-12-281-3/+11
* Using 'https' instead of 'http'Alexander Naumov2019-11-091-1/+1
* Fix blanker to work when screen is suid rootScott Shambarger2019-01-271-2/+1
* Prevent Panic causing Panic, and children removing socketsScott Shambarger2019-01-271-0/+1
* don't attempt to swap window with itselfAmadeusz Sławiński2018-12-061-0/+3
* get rid of Wformat-overflow warningAmadeusz Sławiński2018-11-201-1/+1
* fix zombie commandAmadeusz Sławiński2018-11-201-1/+1
* add persistent bits to window group display optionsEthan Warth2018-11-181-0/+8
* fix job control on FreeBSDAmadeusz Sławiński2018-05-151-0/+2
* release TIOCEXCL on ptys when closedAmadeusz Sławiński2018-05-151-9/+26
* clean up after refactoringAmadeusz Sławiński2018-04-111-40/+6
* refactor SwapWindowsAmadeusz Sławiński2018-04-111-54/+117
* add function to search for window by numberAmadeusz Sławiński2018-04-111-0/+23
* create bidirectional list of windowsAmadeusz Sławiński2018-04-111-0/+47
* rename windows to mru_window and window->w_next to window->w_prev_mruAmadeusz Sławiński2018-04-111-6/+6
* get rid of (sometype *)0 castsAmadeusz Sławiński2018-04-071-17/+17
* use NULL instead of 0 where applicableAmadeusz Sławiński2018-04-061-31/+31
* fix non-ANSI function declarationsAmadeusz Sławiński2018-04-061-1/+1
* get rid of warnings about lflag being unusedAmadeusz Sławiński2018-03-031-0/+6
* support sgr mouse moseRyan2018-02-071-0/+1
* 'lflag' is used when screen is build with utmp supportAlexander Naumov2017-12-231-0/+1
* Value stored to 'lflag' is never readAlexander Naumov2017-12-191-1/+0
* use memmove instead of memcpyAmadeusz Sławiński2017-09-271-1/+1
* remove defines which are part of posixAmadeusz Sławiński2017-09-271-0/+1
* check dup() return valueAmadeusz Sławiński2017-07-091-4/+8
* refactor use of sizeofAmadeusz Sławiński2017-07-091-11/+11
* dynamically allocate windowsAmadeusz Sławiński2017-07-091-3/+11
* merge 2 ifs into one in win_readev_fnAmadeusz Sławiński2017-02-161-5/+1
* quiet compiler warningAmadeusz Sławiński2016-11-161-3/+6
* header updatesAmadeusz Sławiński2016-11-151-1/+1
* add dynamicatitle and defdynamictitle commandsAmadeusz Sławiński2016-10-191-0/+4
* int -> size_t in window.[ch]Amadeusz Sławiński2016-10-151-19/+19
* move execvpe definition to headerAmadeusz Sławiński2016-09-291-1/+0
* fix build with no execvpeAmadeusz Sławiński2016-09-251-1/+2
* further rewrite of configure.acAmadeusz Sławiński2016-09-181-3/+3
* fix cherry-pick in previous commitAmadeusz Sławiński2016-09-141-1/+0
* fix crash with long $TERMAmadeusz Sławiński2016-09-101-2/+3
* use enums instead of hardcoded valuesAmadeusz Sławiński2016-07-241-10/+10
* c99 style for loopsAmadeusz Sławiński2016-06-251-39/+23
* change various pid variables type to pid_t from intAmadeusz Sławiński2016-06-201-1/+1
* make utmp log windows properlyAmadeusz Sławiński2016-06-181-6/+3
* move config.h to top of includesAmadeusz Sławiński2016-06-181-0/+2
* rename define UTMPOK to ENABLE_UTMPAmadeusz Sławiński2016-06-181-9/+9
* rename define BUILTIN_TELNET to ENABLE_TELNETAmadeusz Sławiński2016-06-181-9/+9
* Move ResetWindow() where it belongsAmadeusz Sławiński2016-06-181-0/+29
* forward declare execvpe when using built-inAmadeusz Sławiński2016-04-011-0/+1
* make all header files self-contained and include it in the source fileSimon Ruderich2016-02-071-4/+2
* assume that we ran on POSIX systemAmadeusz Sławiński2016-02-071-4/+0
* move WindowDied() to proper fileAmadeusz Sławiński2016-01-151-0/+72