summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* fix some of -Wmissing-prototypes warningsAmadeusz Sławiński (amade)2014-05-152-0/+3
|
* fix some of -Wnested-externs warningsAmadeusz Sławiński (amade)2014-05-156-8/+8
|
* replace (r)index with str(r)chrAmadeusz Sławiński (amade)2014-05-159-21/+21
|
* replace bcmp with memcmpAmadeusz Sławiński (amade)2014-05-153-7/+7
|
* unused variable rAmadeusz Sławiński (amade)2014-05-151-5/+4
|
* remove unused variable ssAmadeusz Sławiński (amade)2014-05-151-2/+1
|
* fix possible repeated close() in fileAmadeusz Sławiński (amade)2014-05-151-1/+0
|
* remove unused variables xs xe ysAmadeusz Sławiński (amade)2014-05-151-4/+1
|
* replace bcopy with memmoveAmadeusz Sławiński (amade)2014-05-1514-71/+71
|
* replace bzero with memsetAmadeusz Sławiński (amade)2014-05-1511-37/+37
|
* remove some unneeded stuffAmadeusz Sławiński (amade)2014-05-151-3/+0
|
* not neededAmadeusz Sławiński (amade)2014-05-151-2/+0
|
* make most features as always built in from now onAmadeusz Sławiński (amade)2014-05-1532-1897/+41
| | | | | | removed #define SIMPLESCREEN and it's #defines also removed #define DETACH and RXVT_SOC all of this options are now default
* remove braille supportAmadeusz Sławiński (amade)2014-05-1513-1502/+9
| | | | | it's not like i can test it and code had comment that it probably has bugs also comments on ml suggest that there are better ways and it's not used
* define functions directly, not by macroAmadeusz Sławiński (amade)2014-05-111-7/+6
|
* remove #if 0'ed codeAmadeusz Sławiński (amade)2014-05-1110-268/+0
|
* *wi -> *winAmadeusz Sławiński (amade)2014-05-114-88/+88
|
* change main definitionAmadeusz Sławiński (amade)2014-05-111-46/+46
|
* rewrite functions definitionsAmadeusz Sławiński (amade)2014-05-1130-1507/+545
|
* remove USEVERARGSAmadeusz Sławiński2014-05-115-171/+16
|
* remove unused function argumentAmadeusz Sławiński2014-05-111-8/+6
|
* remove osdefAmadeusz Sławiński2014-05-115-317/+47
| | | | | | | inspired by https://github.com/wrp/wscreen/commit/18c44170a960eb3a152982af483f6817674df244 put curses stuff it term.sh, it's actually in /usr/include/term.h but it will mess up build if included directly
* remove __P macro it's obsoleteAmadeusz Sławiński2014-05-1141-761/+743
| | | | | | | | inspired by https://github.com/wrp/wscreen/commit/a434e5d6126a8160b91118db32010476998e05d3 Conflicts: src/extern.h src/layout.h
* apply screen-rfc1345-digraph.patchAmadeusz Sławiński2014-05-111-179/+1329
| | | | patch from http://aperiodic.net/phil/screen/screen-rfc1345-digraph.patch
* Fix implicit declarationsAmadeusz Sławiński2014-05-111-1/+5
|
* fix warning with clangAmadeusz Sławiński2014-05-111-1/+8
| | | | | fix warning with clang warning: data argument not used by format string
* clang warningAmadeusz Sławiński2014-05-101-1/+1
| | | | | | bug 42257 Signed-off-by: Amadeusz Sławiński <amade@asmblr.net>
* from gentoo screen-4.0.1-int-overflow-fix.patchAmadeusz Sławiński2014-05-031-1/+1
| | | | Signed-off-by: Amadeusz Sławiński <amade@asmblr.net>
* from gentoo 4.0.2-nonblock.patchAmadeusz Sławiński2014-05-031-1/+1
| | | | Signed-off-by: Amadeusz Sławiński <amade@asmblr.net>
* add parenthesis around evaluated expressionsAmadeusz Sławiński2014-05-031-2/+2
| | | | Signed-off-by: Amadeusz Sławiński <amade@asmblr.net>
* port of bumpandcollapse patchAmadeusz Sławiński2014-05-035-23/+52
| | | | | | | original patch by D Andrew Reynhout http://www.quesera.com/reynhout/misc/screen+bumpandcollapse/ Signed-off-by: Amadeusz Sławiński <amade@asmblr.net>
* Apply hardstatusfirstline.patch on gitHoverHell2014-05-036-4/+33
| | | | | | | Adapted on top of git sources, patch from: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=512342 Signed-off-by: Amadeusz Sławiński <amade@asmblr.net>
* prepare for v.4.2.1v.4.2.1Amadeusz Sławiński2014-04-281-2/+2
| | | | Signed-off-by: Amadeusz Sławiński <amade@asmblr.net>
* Document 'cjkwidth' commandAmadeusz Sławiński2014-04-282-0/+16
| | | | Signed-off-by: Amadeusz Sławiński <amade@asmblr.net>
* Bump msg struct versionAmadeusz Sławiński2014-04-281-1/+2
| | | | Signed-off-by: Amadeusz Sławiński <amade@asmblr.net>
* Update ChangelogAmadeusz Sławiński2014-04-281-1/+7
| | | | Signed-off-by: Amadeusz Sławiński <amade@asmblr.net>
* Revert "Revert "allow /dev/console to be a symlink""Amadeusz Sławiński2014-04-261-3/+13
| | | | | Was reverted to apply some other patches correctly This reverts commit 12dd363fc5bd1d89bbf53f552c06e80ca0d39432.
* fix-utf8-status-padding-bugAmadeusz Sławiński2014-04-261-5/+14
| | | | | | | | | | Ensure that multibyte UTF8 characters are counted correctly when calculating and displaying the caption and hardstatus lines. Based on an earlier version by Kees Cook <address@hidden> Signed-off-by: Dustin Kirkland <address@hidden> Signed-off-by: Amadeusz Sławiński <amade@asmblr.net>
* Check return code from setgid/setuid.Miroslav Lichvar2014-04-261-14/+28
| | | | Signed-off-by: Amadeusz Sławiński <amade@asmblr.net>
* Set PAM_TTY item.Miroslav Lichvar2014-04-261-0/+10
| | | | Signed-off-by: Amadeusz Sławiński <amade@asmblr.net>
* Remove redundant if statements.Miroslav Lichvar2014-04-262-3/+0
| | | | Signed-off-by: Amadeusz Sławiński <amade@asmblr.net>
* Don't assign address of auto variable to outer scope symbol.Miroslav Lichvar2014-04-261-1/+1
| | | | Signed-off-by: Amadeusz Sławiński <amade@asmblr.net>
* Add more tty checks.Miroslav Lichvar2014-04-264-5/+25
| | | | Signed-off-by: Amadeusz Sławiński <amade@asmblr.net>
* Avoid dereferencing null pointer in utmp.c.Miroslav Lichvar2014-04-261-1/+1
| | | | Signed-off-by: Amadeusz Sławiński <amade@asmblr.net>
* Revert "fix-utf8-status-padding-bug"Amadeusz Sławiński2014-04-269-79/+29
| | | | This reverts commit e9e78d9b2b413337d9f783ad9a514c8accd25ac9.
* Revert "allow /dev/console to be a symlink"Amadeusz Sławiński2014-04-261-13/+3
| | | | This reverts commit 78c408adfb980ab8c8edaf551c7f2577f8601fc9.
* Revert "screen outputs screen "ÿ" after a connected character."Amadeusz Sławiński2014-04-252-5/+1
| | | | | | Introduces regression This reverts commit df9bd2ca2ac62477d94fa8d0a7e6e1860437c98e.
* those 0 assignment made rest of code totally not workingAmadeusz Sławiński2014-04-251-1/+4
| | | | | | Inspired by checking bug #41167 Signed-off-by: Amadeusz Sławiński <amade@asmblr.net>
* fixes for various Parfait errorsJiri Kukacka2014-04-251-1/+3
| | | | | | bug #41167 Signed-off-by: Amadeusz Sławiński <amade@asmblr.net>
* Update help messageAmadeusz Sławiński2014-04-251-1/+3
| | | | Signed-off-by: Amadeusz Sławiński <amade@asmblr.net>