-
src/syncterm/bbslist.c
From
deuce@VERT to
CVS commit on Wednesday, April 18, 2018 03:54:00
src/syncterm bbslist.c 1.212 1.213
Update of /cvsroot/sbbs/src/syncterm
In directory cvs:/tmp/cvs-serv17584
Modified Files:
bbslist.c
Log Message:
Pass a bar pointer to screen mode list to allow showing below end of first screen of rows.
---
þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
-
From
rswindell@VERT to
CVS commit on Tuesday, October 23, 2018 02:40:00
src/syncterm bbslist.c 1.213 1.214
Update of /cvsroot/sbbs/src/syncterm
In directory cvs:/tmp/cvs-serv2206
Modified Files:
bbslist.c
Log Message:
Removed WIN_HLP from mode flags passed to uifc.list() function:
This mode flag is only for use with ufic.showbuf(). Previously (before
revision 1.226 of uifc32.c), this would result in a NOOP, but when I
added "Cut" (to clipboard) support, I introduced WIN_CUT and used the
same bit value as WIN_HLP (since it wasn't used in uifc.list).
I noticed a new "Shift-DEL Cut" menu option appeared in SyncTERM (with
no corresponding way to paste) and this reuse of the WIN_HLP flag was the reason why.
---
þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
-
From
deuce@VERT to
CVS commit on Thursday, May 30, 2019 06:08:00
src/syncterm bbslist.c 1.214 1.215
Update of /cvsroot/sbbs/src/syncterm
In directory cvs:/tmp/cvs-serv8423
Modified Files:
bbslist.c
Log Message:
Dynamically allocate the BBS list.
May fix OS X stack clobbering issue.
---
þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
-
From
deuce@VERT to
CVS commit on Thursday, May 30, 2019 06:09:00
src/syncterm bbslist.c 1.215 1.216
Update of /cvsroot/sbbs/src/syncterm
In directory cvs:/tmp/cvs-serv8683
Modified Files:
bbslist.c
Log Message:
We don't need BBSLIST_ENTRIES
---
þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
-
From
deuce@VERT to
CVS commit on Thursday, May 30, 2019 06:09:00
src/syncterm bbslist.c 1.216 1.217
Update of /cvsroot/sbbs/src/syncterm
In directory cvs:/tmp/cvs-serv8777
Modified Files:
bbslist.c
Log Message:
And make sure the malloc succeeds.
---
þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
-
From
deuce@VERT to
CVS commit on Thursday, May 30, 2019 06:20:00
src/syncterm bbslist.c 1.217 1.218
Update of /cvsroot/sbbs/src/syncterm
In directory cvs:/tmp/cvs-serv10582
Modified Files:
bbslist.c
Log Message:
Heh, we don't need THAT much memory.
---
þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
-
From
deuce@VERT to
CVS commit on Wednesday, July 10, 2019 19:46:45
src/syncterm bbslist.c 1.218 1.219
Update of /cvsroot/sbbs/src/syncterm
In directory cvs:/tmp/cvs-serv6048/syncterm
Modified Files:
bbslist.c
Log Message:
Various minor issues found by Coverity.
---
þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
-
From
deuce@VERT to
CVS commit on Friday, July 12, 2019 22:02:30
src/syncterm bbslist.c 1.222 1.223
Update of /cvsroot/sbbs/src/syncterm
In directory cvs:/tmp/cvs-serv11328
Modified Files:
bbslist.c
Log Message:
Put the number of directory items in the title.
Requested by mortifis.
---
þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
-
From
deuce@VERT to
CVS commit on Friday, July 12, 2019 22:35:51
src/syncterm bbslist.c 1.223 1.224
Update of /cvsroot/sbbs/src/syncterm
In directory cvs:/tmp/cvs-serv15403
Modified Files:
bbslist.c
Log Message:
If a vmode can't be found, use 80x24 terminal size.
---
þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
-
From
deuce@VERT to
CVS commit on Friday, July 12, 2019 22:38:08
src/syncterm bbslist.c 1.224 1.225
Update of /cvsroot/sbbs/src/syncterm
In directory cvs:/tmp/cvs-serv15685
Modified Files:
bbslist.c
Log Message:
Missing semicolon.
---
þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
-
From
deuce@VERT to
CVS commit on Tuesday, September 10, 2019 19:57:32
src/syncterm bbslist.c 1.227 1.228
Update of /cvsroot/sbbs/src/syncterm
In directory cvs:/tmp/cvs-serv21703/syncterm
Modified Files:
bbslist.c
Log Message:
Minor changes to allow building jsdoor with mingw32.
Hopfully this doesn't break the Borland or Watcom (?!) builds.
---
þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
-
From
rswindell@VERT to
CVS commit on Sunday, December 22, 2019 21:14:51
src/syncterm bbslist.c 1.228 1.229
Update of /cvsroot/sbbs/src/syncterm
In directory cvs:/home/rswindell/sbbs/src/syncterm
Modified Files:
bbslist.c
Log Message:
Address warning:
bbslist.c: In function 'get_emulation_str':
bbslist.c:2105:1: warning: control reaches end of non-void function
---
þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
-
From
Deuc¿@VERT to
Git commit to main/sbbs/master on Friday, May 14, 2021 23:40:25
-
From
Deuc¿@VERT to
Git commit to main/sbbs/master on Tuesday, May 18, 2021 01:42:29
https://gitlab.synchro.net/main/sbbs/-/commit/f688ecceef4dd492558a6eeb
Modified Files:
src/syncterm/bbslist.c
Log Message:
Passing a NULL bar prevents *cur from being off the first screen.
Instead, just set bar to the end and let ulist() sort it out. It
sucks, but it sucks less.
---
þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
-
From
Deuc¿@VERT to
Git commit to main/sbbs/master on Tuesday, May 18, 2021 01:56:22
-
From
Deuc¿@VERT to
Git commit to main/sbbs/master on Thursday, May 20, 2021 01:27:55
-
From
Deuc¿@VERT to
Git commit to main/sbbs/master on Saturday, May 22, 2021 01:35:04
-
From
Deuc¿@VERT to
Git commit to main/sbbs/master on Saturday, May 22, 2021 09:38:59