CVS log for othersrc/dist/cdk/mentry.c
Up to [cvs.NetBSD.org] / othersrc / dist / cdk
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.5: download - view: text, markup, annotated - select for diffs
Thu Oct 28 20:52:20 2004 UTC (20 years, 6 months ago) by dsl
Branches: MAIN
CVS tags: HEAD
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +9 -9
lines
Use (unsigned char) not & 0xff on args to ctype functions
Revision 1.4: download - view: text, markup, annotated - select for diffs
Wed Oct 27 20:26:26 2004 UTC (20 years, 6 months ago) by dsl
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +8 -8
lines
Mask 'char' arguments to ctype functions with 0xff, an (int) cast doesn't
solve the problem of charcter codes 0x80..0xff
Revision 1.3: download - view: text, markup, annotated - select for diffs
Tue Jan 9 18:41:53 2001 UTC (24 years, 3 months ago) by garbled
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +5 -3
lines
Fix a problem in these widgets where they uncondititonally set the
exitType to either vEARLY_EXIT, or vESCAPE_HIT when returning from a bound
function. This had the unfortunate effect that when you hit F2 to refresh
the screen in sushi, it would exit out immediately after refreshing the
screen.
This modification allows the programmer to still create an exit-causing
bound function, by simply setting the exitType in the function, as was likely
intended by the author. Many thanks to Charles Hannum for helping me figure
this out.
This should fix problems noted by itojun on tech-userlevel with the function
keys.
Revision 1.2: download - view: text, markup, annotated - select for diffs
Thu Jan 4 20:15:30 2001 UTC (24 years, 4 months ago) by garbled
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +4 -4
lines
Patches to allow CDK to compile cleanly, and add KEY_CR, because curses.h
overrides the KEY_ENTER define in curdefs.h
Revision 1.1.1.1 (vendor branch): download - view: text, markup, annotated - select for diffs
Thu Jan 4 19:58:02 2001 UTC (24 years, 4 months ago) by garbled
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +0 -0
lines
Initial import of CDK 4.9.9. The work to port this was performed by
Charles Hannum, and that is the version being imported:
cdk-4.9.9-20000407-myc3
Revision 1.1: download - view: text, markup, annotated - select for diffs
Thu Jan 4 19:58:02 2001 UTC (24 years, 4 months ago) by garbled
Branches: MAIN
Initial revision
CVSweb <webmaster@jp.NetBSD.org>