- 17 Apr, 2021 1 commit
-
-
Rob Swindell authored
-
- 05 Apr, 2021 1 commit
-
-
Rob Swindell authored
-
- 01 Apr, 2021 1 commit
-
-
Deucе authored
Basically, assume left is correct, and calculate the correct width to fill the screen to the esge.
-
- 31 Mar, 2021 1 commit
-
-
Deucе authored
-
- 17 Mar, 2021 2 commits
- 13 Mar, 2021 1 commit
-
-
Deucе authored
Just rename ESCDELAY member to escdelay.
-
- 15 Feb, 2021 1 commit
-
-
Rob Swindell authored
To make Coverity and my adult-self happy.
-
- 12 Feb, 2021 1 commit
-
- 29 Jan, 2021 7 commits
-
-
Deucе authored
Now the default bar is INT_MAX, so it always gets corrected when left as default. This is good.
-
Deucе authored
Instead of setting bar to zero when possible, set it to the number of displayed options, putting the lightbar at the bottom of the displayed list instead of at the top.
-
Deucе authored
-
Deucе authored
-
Deucе authored
So here's what we're doing now... we set bar so that the first item shown in the menu is the lowest index possible that still shows cur. bar is therefore calculated as the displayed item count minus the distance from cur to the end of the list. Yeah, that's the easiest way to explain it.
-
-
-
- 23 Nov, 2020 1 commit
-
-
Rob Swindell authored
umonitor uses these mode flags together (or soon will) and bad things happen if you always clear the buffers that you're trying to save/restore.
-
- 16 Aug, 2020 2 commits
-
-
Rob Swindell authored
-
Rob Swindell authored
-
- 27 Jun, 2020 1 commit
-
-
deuce authored
There are a number of conio changes in here too... too many to list. Check the diffs if you actually want to know what changed.
-
- 18 May, 2020 1 commit
-
-
deuce authored
-
- 07 May, 2020 1 commit
-
-
deuce authored
-
- 04 May, 2020 1 commit
-
-
deuce authored
-
- 16 Apr, 2020 1 commit
-
-
deuce authored
getcliptext() and copytext() (ie: copy/paste) now work on UTF-8 strings. Not tested on Win32 yet.
-
- 13 Apr, 2020 1 commit
-
-
deuce authored
tree to commit both at once. There was a crash when wrapping at the end of a search. Now there isn't. You're welcome.
-
- 10 Apr, 2020 7 commits
-
-
rswindell authored
the find-text string.
-
rswindell authored
length of option[].
-
rswindell authored
terminated with a 0-length option string). There still another crash I'm investigating that occurs if you type a string that isn't found. It appears to deref past the end of the option array.
-
rswindell authored
-
deuce authored
-
deuce authored
-
deuce authored
Requested by: DigitalMan.
-
- 09 Apr, 2020 1 commit
-
-
deuce authored
-
- 03 Apr, 2020 1 commit
-
-
rswindell authored
- msg() now returns an int (e.g. 0 for OK, non-zero otherwise) - add msgf() a printf-style version of msg() - add confirm() a printf-stle yes/no dialog (returns TRUE on "Yes"/default) - add deny() a printf-style no/yes dialog (returns TRUE on "No"/default) - add yesNoOpts to allow application to over-ride "Yes"/"No" strings.
-
- 31 Mar, 2020 1 commit
-
-
deuce authored
-
- 08 Mar, 2020 1 commit
-
-
rswindell authored
-
- 07 Mar, 2020 1 commit
-
-
deuce authored
passed.
-
- 25 Jul, 2019 1 commit
-
-
deuce authored
-
- 23 Jul, 2019 1 commit
-
-
deuce authored
characters as the buffer width terminated by a linefeed would cause an extra blank line to be inserted due to incorrect end-of-line detection. The number of lines to allocate was calculated correctly, so this resulted in writing past the last line in the screen buffer, corrupting memory after the allocation. Glibc detected this condition and crashed with a double- free or corruption message.
-
- 22 Jul, 2019 1 commit
-
-
deuce authored
-