| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
| |
PR: 6868
Submitted by: Josh Gilliam <josh@quick.net>
Notes:
svn path=/head/; revision=36692
|
| |
|
|
|
|
|
|
| |
been seeing since 2.2.1.
Pointed-in-the-right-direction by: phk
Notes:
svn path=/head/; revision=30333
|
| |
|
|
|
|
|
|
| |
and many apparent dependendcies on <sys/types.h> from use of u_char.
<dialog.h> avoids u_char, so avoid it here too.
Notes:
svn path=/head/; revision=24871
|
| |
|
|
| |
Notes:
svn path=/head/; revision=24389
|
| |
|
|
|
|
|
|
|
|
| |
Fix cursor place after PgUp/PgDn.
Should go into 2.2
Submitted by: "Anatoly A. Orehovsky" <tolik@mpeks.tomsk.su>
Notes:
svn path=/head/; revision=23220
|
| |
|
|
| |
Notes:
svn path=/head/; revision=22996
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
was not reset to old name causing any file choosen put error
diagnostic about wrong directory, fix it by resetting back
to old name after chdir failed.
Add \r as alias to \n, some telnets have problem with that.
Should go into 2.2
Submitted by: "Anatoly A. Orehovsky" <tolik@mpeks.tomsk.su> & me
Notes:
svn path=/head/; revision=22879
|
| |
|
|
|
|
|
|
|
|
| |
it DTRT. In the process, discover the usual 10-15 evil bogons which
have been lurking in it for years. This closes, for one thing, the
recent report Mike Smith made about nested checklist menus returning
with the scrolling region messed up.
Notes:
svn path=/head/; revision=21790
|
| |
|
|
|
|
|
| |
I can offer this as a consistent feature.
Notes:
svn path=/head/; revision=21697
|
| |
|
|
|
|
|
|
|
|
|
| |
This will make a number of things easier in the future, as well as (finally!)
avoiding the Id-smashing problem which has plagued developers for so long.
Boy, I'm glad we're not using sup anymore. This update would have been
insane otherwise.
Notes:
svn path=/head/; revision=21673
|
| |
|
|
|
|
|
| |
2.2 first.
Notes:
svn path=/head/; revision=20924
|
| |
|
|
|
|
|
| |
noticed.
Notes:
svn path=/head/; revision=20446
|
| |
|
|
|
|
|
|
|
| |
so many). For now, the only extended attribute implemented is NO ECHO,
useful for things like passwords. See TESTS/input2.c for an example.
This should go into 2.2.
Notes:
svn path=/head/; revision=20442
|
| |
|
|
| |
Notes:
svn path=/head/; revision=20359
|
| |
|
|
| |
Notes:
svn path=/head/; revision=18682
|
| |
|
|
|
|
|
|
|
| |
<sys/dir.h> in applications. Maintained existing (inadequate) ifdefs
for dir.h vs dirent.h in libdialog, amd and rarpd, but didn't add any
new ones.
Notes:
svn path=/head/; revision=18485
|
| |
|
|
| |
Notes:
svn path=/head/; revision=18078
|
| |
|
|
|
|
|
| |
PollObj(), simplifying code which uses it.
Notes:
svn path=/head/; revision=17984
|
| |
|
|
| |
Notes:
svn path=/head/; revision=17935
|
| |
|
|
|
|
|
| |
for a library. They're needed.
Notes:
svn path=/head/; revision=17575
|
| |
|
|
| |
Notes:
svn path=/head/; revision=17518
|
| |
|
|
|
|
|
|
| |
support.
2. Have message boxes say "Continue" instead of "Exit"
Notes:
svn path=/head/; revision=17098
|
| |
|
|
| |
Notes:
svn path=/head/; revision=17092
|
| |
|
|
| |
Notes:
svn path=/head/; revision=16973
|
| |
|
|
|
|
|
| |
more than once.
Notes:
svn path=/head/; revision=16888
|
| |
|
|
| |
Notes:
svn path=/head/; revision=15418
|
| |
|
|
| |
Notes:
svn path=/head/; revision=15410
|
| |
|
|
| |
Notes:
svn path=/head/; revision=15406
|
| |
|
|
| |
Notes:
svn path=/head/; revision=15382
|
| |
|
|
|
|
|
| |
possible before.
Notes:
svn path=/head/; revision=15380
|
| |
|
|
|
|
|
| |
fade. Fixed.
Notes:
svn path=/head/; revision=15376
|
| |
|
|
| |
Notes:
svn path=/head/; revision=15354
|
| |
|
|
| |
Notes:
svn path=/head/; revision=15323
|
| |
|
|
| |
Notes:
svn path=/head/; revision=15322
|
| |
|
|
|
|
|
| |
factor.
Notes:
svn path=/head/; revision=15306
|
| |
|
|
| |
Notes:
svn path=/head/; revision=15290
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
DITEM_FAILURE - formerly they would simply act as an implicit "continue",
but this is wrong. If you want this behavior, you should now return
with the DITEM_CONTINUE flag set.
Also make the semantics of DITEM_RESTORE quite a bit different - rather
than restore the screen back to pre-menu state, we restore the menu
itself. This is more correct for a variety of reasons when dealing with
nested menus (whoops!).
Notes:
svn path=/head/; revision=15289
|
| |
|
|
|
|
|
|
|
|
|
|
| |
robust. The new "fire" actions, while affording signficantly more
interactivity to libdialog, come at a cost - if the fire action trashes
the screen then you're not going to be in Kansas anymore when you
come back to the menu and there had better be considerable extra
smarts in place for coping with such a situation. These changes are my
attempt to do just that.
Notes:
svn path=/head/; revision=15273
|
| |
|
|
|
|
|
| |
This shouldn't be done here, it should be done in the client as needed.
Notes:
svn path=/head/; revision=15240
|
| |
|
|
|
|
|
| |
they might do to the screen.
Notes:
svn path=/head/; revision=15143
|
| |
|
|
| |
Notes:
svn path=/head/; revision=15142
|
| |
|
|
| |
Notes:
svn path=/head/; revision=15090
|
| |
|
|
| |
Notes:
svn path=/head/; revision=15089
|
| |
|
|
| |
Notes:
svn path=/head/; revision=15044
|
| |
|
|
|
|
|
| |
file locations and some minor formatting/style problems.
Notes:
svn path=/head/; revision=14003
|
| |
|
|
|
|
|
|
|
|
| |
Also corrected a few minor formatting errors, file location and cross
references in some of the section 3 man pages.
This shuts up a lot of the output from "manck" for section 3.
Notes:
svn path=/head/; revision=13987
|
| |
|
|
| |
Notes:
svn path=/head/; revision=13969
|
| |
|
|
| |
Notes:
svn path=/head/; revision=13373
|
| |
|
|
| |
Notes:
svn path=/head/; revision=13232
|
| |
|
|
| |
Notes:
svn path=/head/; revision=13136
|