summaryrefslogtreecommitdiff
path: root/src/comm.c
Commit message (Expand)AuthorAgeFilesLines
* stop using key argument in pow_detach command handlerAmadeusz Sławiński2018-04-061-1/+1
* stop using key argument in quit command handlerAmadeusz Sławiński2018-04-061-1/+1
* stop using key argument in kill command handlerAmadeusz Sławiński2018-04-061-1/+1
* refactor DoAction switch into calling functionsAmadeusz Sławiński2018-04-061-1/+0
* dynamically allocate windowsAmadeusz Sławiński2017-07-091-1/+0
* add dynamicatitle and defdynamictitle commandsAmadeusz Sławiński2016-10-191-0/+2
* Fix crash when bumping blank windowDmitri Vereshchagin2016-07-091-2/+2
* further password cleanupsAmadeusz Sławiński2016-06-181-1/+0
* make utmp log windows properlyAmadeusz Sławiński2016-06-181-2/+2
* move config.h to top of includesAmadeusz Sławiński2016-06-181-2/+2
* rename define UTMPOK to ENABLE_UTMPAmadeusz Sławiński2016-06-181-2/+2
* make all header files self-contained and include it in the source fileSimon Ruderich2016-02-071-5/+1
* make status position runtime configurableRafal Maszkowski2015-07-021-0/+1
* add caption on top as optionNeal Fultz2015-07-021-1/+1
* Add 'truecolor [on|off]' as it cannot be correctly detectedAmadeusz Sławiński2015-07-021-0/+1
* move global variables declarations to corresponding headersAmadeusz Sławiński2015-06-261-0/+3
* remove #ifdef BSDJOBSAmadeusz Sławiński2015-06-251-2/+0
* bye bye DEBUGAmadeusz Sławiński2015-06-251-1/+0
* add basic multiwindow input supportAmadeusz Sławiński2015-06-251-0/+1
* remove attrcolor, some more color handling stuffAmadeusz Sławiński2015-06-251-1/+0
* color handling: mostly worksAmadeusz Sławiński2015-06-251-1/+1
* Remove nethack stuffAmadeusz Sławiński2015-06-251-1/+0
* fix missing initializer, reported with -WextraAmadeusz Sławiński (amade)2015-06-251-188/+188
* include header like it was suggested in commentAmadeusz Sławiński2015-06-251-3/+1
* make most features as always built in from now onAmadeusz Sławiński (amade)2015-06-251-79/+1
* remove braille supportAmadeusz Sławiński (amade)2015-06-251-33/+0
* port of bumpandcollapse patchAmadeusz Sławiński2015-06-251-0/+3
* screen: Introduce argument to windows commandAlexander Naumov2015-06-251-1/+1
* Sort the windows in alphabetical order of the window tilesAlexander Naumov2015-06-251-0/+1
* Implement dead/zombie window pollingAlexander Naumov2015-05-261-1/+2
* allow for defining term and login length if neededAmadeusz Sławiński2014-04-221-0/+1
* Fix bug when building without nethack commandsAmadeusz Sławiński2014-04-181-2/+0
* Use NEED_FORE flag for 'hardcopy'.Sadrul Habib Chowdhury2010-04-011-1/+1
* Make 'number' query-able.Sadrul Habib Chowdhury2010-02-161-1/+1
* Allow querying 'select'.Sadrul Habib Chowdhury2010-02-161-1/+1
* Complete the query-response system.Sadrul Habib Chowdhury2010-02-161-4/+4
* Merge branch 'master' into query-resultSadrul Habib Chowdhury2010-02-121-3/+6
|\
| * Increase the max-window limit.Sadrul Habib Chowdhury2010-01-261-1/+1
| * Allow 'at' command for windows without a display.Sadrul Habib Chowdhury2009-12-201-1/+1
| * Allow no arguments for blankerprg.Jan Christoph Nordholz2009-12-191-1/+1
| * Add support for mouse tracking.Sadrul Habib Chowdhury2009-11-121-0/+2
| * unbindall commandSteve Kemp and Gabriel2009-11-101-0/+1
* | 'screen -Q <command>' to get back results.Sadrul Habib Chowdhury2009-09-301-2/+2
|/
* Customizable digraphsSadrul Habib Chowdhury2009-02-131-1/+1
* Copyright for 2009Sadrul Habib Chowdhury2009-02-071-1/+1
* Allow highlighting bell/monitor windows in captionSadrul Habib Chowdhury2009-02-071-0/+1
* Update copyright messages some more.Sadrul Habib Chowdhury2008-10-211-1/+6
* Start converting to GPL v3+ (ref: ticket #23900)Sadrul Habib Chowdhury2008-10-131-4/+4
* Prompt for input for 'stuff' command if necessaryDick2008-09-141-1/+1
* 'exec' command doesn't require a foreground windowSadrul Habib Chowdhury2008-08-301-1/+1