Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Main
Synchronet
Commits
046df1ca
Commit
046df1ca
authored
Jul 08, 2003
by
rswindell
Browse files
Reset CON_DOWNARROW status on entry to getstr().
parent
3aa67a91
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/sbbs3/getstr.cpp
src/sbbs3/getstr.cpp
+1
-1
No files found.
src/sbbs3/getstr.cpp
View file @
046df1ca
...
...
@@ -53,7 +53,7 @@ size_t sbbs_t::getstr(char *strout, size_t maxlen, long mode)
uchar
ch
;
uchar
atr
;
console
&=~
(
CON_UPARROW
|
CON_LEFTARROW
|
CON_BACKSPACE
);
console
&=~
(
CON_UPARROW
|
CON_
DOWNARROW
|
CON_
LEFTARROW
|
CON_BACKSPACE
);
sys_status
&=~
SS_ABORT
;
if
(
mode
&
K_LINE
&&
useron
.
misc
&
ANSI
&&
!
(
mode
&
K_NOECHO
))
{
attr
(
cfg
.
color
[
clr_inputline
]);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment