summary refs log tree commit diff homepage
path: root/play.c (follow)
Commit message (Expand)AuthorAge
* Add news of freecell mouse support to menuJune McEnroe2021-09-28
* Add direct game selection tip to menuJune McEnroe2021-09-28
* OpenBSD: pledge(2) and unveil(2)June McEnroe2021-09-26
* Only print info atexit without -tJune McEnroe2021-04-19
* Force UTF-8 locale and add to chroot, link to curseswJune McEnroe2021-04-19
* Add freecellJune McEnroe2021-04-18
* Allow cumulative score gamesJune McEnroe2021-04-18
* Check isattyJune McEnroe2021-01-31
* Launch game immediately with SSH_ORIGINAL_COMMANDJune McEnroe2021-01-31
* Handle getch ERR in menuJune McEnroe2021-01-29
* Set process title to chosen gameJune McEnroe2021-01-29
* Add menu to choose 2048 or snakeJune McEnroe2021-01-29
* Update git URLJune McEnroe2019-12-15
* Clear the screen between weekly and top boardsJune McEnroe2019-05-26
* Add weekly scoreboardJune McEnroe2019-05-25
* Refactor scoreboard formattingJune McEnroe2019-05-25
* Prevent blank name fieldsJune McEnroe2019-05-23
* Open path given to -t read-onlyJune McEnroe2019-05-23
* Add -t option to print scores as textJune McEnroe2019-05-23
* Use capsicum on FreeBSDJune McEnroe2018-12-31
* Handle ERR from getchJune McEnroe2018-12-31
* Replace control chars with blanks in nameJune McEnroe2018-12-26
* Show adjacent scores when not in topJune McEnroe2018-12-26
* Fix mode for score file createJune McEnroe2018-12-25
* Add AGPL notice on exitJune McEnroe2018-12-25
* Add 2048 gameJune McEnroe2018-12-25
pan title='2018-08-07 14:58:32 -0400'>2018-08-07Populate tab-complete listJune McEnroe 2018-08-07Fix /me formatting side-effectsJune McEnroe 2018-08-07Define ui.c BUF_LEN with enumJune McEnroe 2018-08-07Hack clang into checking uiFmt format stringsJune McEnroe 2018-08-07Handle PART and QUIT without messagesJune McEnroe 2018-08-07Make safe filling the who bufferJune McEnroe 2018-08-07Add reverse and reset IRC formatting codesJune McEnroe 2018-08-06Rewrite line editing again, add formattingJune McEnroe 2018-08-06Fix allocation size in vaswprintfJune McEnroe 2018-08-06Implement word wrappingJune McEnroe 2018-08-06Use wchar_t strings for all of UIJune McEnroe 2018-08-06Rename line editing functionsJune McEnroe 2018-08-05Initialize all possible color pairsJune McEnroe 2018-08-05Refactor color initializationJune McEnroe 2018-08-05Add ^L redrawJune McEnroe 2018-08-05Use 16 colors if availableJune McEnroe 2018-08-05Limit parsed colors to number of mIRC colorsJune McEnroe 2018-08-04Show source link on exitJune McEnroe 2018-08-04Implement line editing, scrollingJune McEnroe 2018-08-04Handle /topicJune McEnroe