summaryrefslogtreecommitdiff
path: root/src/window.h
Commit message (Expand)AuthorAgeFilesLines
* Increase permitted length of OSCAmadeusz Sławiński2020-02-051-1/+1
* Fix out of bounds access when setting w_xtermosc after OSC 49Amadeusz Sławiński2020-02-051-1/+1
* Using 'https' instead of 'http'Alexander Naumov2019-11-091-1/+1
* Fix blanker to work when screen is suid rootScott Shambarger2019-01-271-0/+1
* add persistent bits to window group display optionsEthan Warth2018-11-181-0/+4
* clean up after refactoringAmadeusz Sławiński2018-04-111-2/+0
* add function to search for window by numberAmadeusz Sławiński2018-04-111-0/+1
* create bidirectional list of windowsAmadeusz Sławiński2018-04-111-0/+2
* rename windows to mru_window and window->w_next to window->w_prev_mruAmadeusz Sławiński2018-04-111-1/+1
* support sgr mouse moseRyan2018-02-071-0/+1
* change outbut buffer len to size_tAmadeusz Sławiński2017-09-041-1/+1
* begin viewing scrollback buffer at the first line of output instead of at the...Guo Ci2017-06-211-0/+1
* revvid is boolAmadeusz Sławiński2016-11-231-1/+1
* remove unused field from Window structAmadeusz Sławiński2016-11-231-1/+0
* add dynamicatitle and defdynamictitle commandsAmadeusz Sławiński2016-10-191-2/+4
* int -> size_t in window.[ch]Amadeusz Sławiński2016-10-151-2/+2
* move execvpe definition to headerAmadeusz Sławiński2016-09-291-0/+1
* change various pid variables type to pid_t from intAmadeusz Sławiński2016-06-201-3/+3
* make utmp log windows properlyAmadeusz Sławiński2016-06-181-1/+1
* rename define UTMPOK to ENABLE_UTMPAmadeusz Sławiński2016-06-181-1/+1
* rename define BUILTIN_TELNET to ENABLE_TELNETAmadeusz Sławiński2016-06-181-1/+1
* Move ResetWindow() where it belongsAmadeusz Sławiński2016-06-181-0/+1
* make all header files self-contained and include it in the source fileSimon Ruderich2016-02-071-0/+4
* move WindowDied() to proper fileAmadeusz Sławiński2016-01-151-0/+1
* convert aflag to boolAmadeusz Sławiński2015-12-221-2/+2
* struct logfile -> LogAmadeusz Sławiński2015-12-061-1/+2
* more int -> bool conversionsAmadeusz Sławiński2015-12-061-1/+1
* make insert mode booleanAmadeusz Sławiński2015-12-061-1/+1
* cleanup flowflag handlingAmadeusz Sławiński2015-12-061-1/+2
* more type conversions to boolAmadeusz Sławiński2015-12-061-6/+6
* constify LayFuncsAmadeusz Sławiński2015-09-021-1/+1
* int -> size_t for size typesAmadeusz Sławiński2015-09-021-3/+3
* utmp -> utmpxAmadeusz Sławiński2015-07-281-1/+1
* C99-style designated initializers for NewWindow instances in window.cMike Gerwitz2015-07-071-1/+0
* Fix implicit declarations after mergeAmadeusz Sławiński2015-07-041-0/+1
* Began refactoring winmsg code into its own fileMike Gerwitz2015-06-261-0/+3
* execvpe defined in unistd.hMike Gerwitz2015-06-261-1/+1
* some changes to WindowAmadeusz Sławiński2015-06-261-1/+1
* windows have unsigned numbersAmadeusz Sławiński2015-06-261-1/+1
* move global variables declarations to corresponding headersAmadeusz Sławiński2015-06-261-0/+11
* remove fwddecl.hAmadeusz Sławiński2015-06-261-9/+8
* use Event type instead of struct eventAmadeusz Sławiński2015-06-261-10/+10
* use Display type instead of struct displayAmadeusz Sławiński2015-06-261-5/+5
* use Layer type instead of struct layerAmadeusz Sławiński2015-06-261-2/+2
* forward declarations for types make more sense in a separate fileAmadeusz Sławiński2015-06-261-2/+4
* use Window type instead of struct winAmadeusz Sławiński2015-06-261-13/+13
* more header stuffAmadeusz Sławiński2015-06-251-1/+14
* include headers once + some struct reformattingAmadeusz Sławiński2015-06-251-172/+167
* Support "bracket paste mode" and cursor-style manipulationHayaki Saito2015-06-251-1/+3
* add basic multiwindow input supportAmadeusz Sławiński2015-06-251-0/+1