index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
libcurses
/
addbytes.c
Age
Commit message (
Expand
)
Author
2022-05-19
Set the last change pointer after adding a character at the bottom right
blymn
2022-05-03
* Don't redraw the background if the new background character is the
blymn
2022-04-12
Make the default colour pair be pair 0 which appears to match other
blymn
2022-01-25
Correct (hopefully) the handling of wide characters.
blymn
2022-01-16
libcurses: remove unreachable statements
rillig
2021-09-06
Style fixes most for __CTRACE().
rin
2021-09-06
Unifdef DEBUG for CTRACE().
rin
2021-06-22
Rework the fix for lib/56224.
blymn
2021-06-15
Correct a previous fix for PR lib/56224.
blymn
2021-06-06
Fix for PR lib/56224
blymn
2021-02-13
libcurses: fix wrong tab width for addch
rillig
2021-02-06
libcurses: fix spelling in comment
rillig
2019-06-09
Rework previous fix for getch cursor position when cursor is moved
blymn
2019-05-20
Back out incorrect fix for PR 53617 and fix it in a different way.
blymn
2019-05-12
Fix _cursesi_addwchar so that it performs line wrap. SUSv2 says
blymn
2018-11-15
_cursesi_addbyte - fix function comment after what looks like an
uwe
2018-08-08
Avoid curx going beyond end of window when adding a wide character to the
simonb
2017-01-06
KNF
roy
2017-01-06
KNF
roy
2017-01-02
Implement POSIX Curses functions immedok(3) and syncok(3).
roy
2016-11-28
If we are inserting spaces to account for a tab, move the x position of the
christos
2016-10-22
remove bogus malloc casts
christos
2013-11-10
remove unused variable
christos
2013-11-09
Rename the old __waddbytes function to _cursesi_waddbytes and add a
blymn
2013-10-16
Add TABSIZE, which is derived from terminfo init_tabs.
roy
2011-07-01
Fix memset usage.
joerg
2010-12-16
Observe the following spelling:
wiz
2010-11-23
to initialize mbstate_t, use memset instead mbrtowc.
tnozaki
2010-02-23
misc fixes and improvements:
drochner
2009-07-22
Prepare curses for the possibility of changing from termcap to terminfo.
roy
2008-07-04
use mbrtowc() instead of mbtowc().
tnozaki
2007-11-08
Fix the handling for added carriage return characters.
jdc
2007-05-28
Merge in wide curses code done as a Summer of Code project by
blymn
2007-01-21
Add debug "areas" that allow selective debugging by setting the
jdc
2006-01-15
Background characters and attributes don't need to be kept per character
jdc
2003-08-10
Revert most of rev 1.27 of addbytes.c and associated changes.
dsl
2003-08-07
Move UCB-licensed code from 4-clause to 3-clause licence.
agc
2003-07-31
Do something more sensible for waddbytes(..., "\r\n", ...);
dsl
2003-06-26
Stop blank line being added when newline is processed with __ISPASTEOL set.
dsl
2003-02-17
Fix resize of windows with subwins.
dsl
2002-12-23
Always update the change pointers. Otherwise, we could end up not
jdc
2002-07-19
* Added new function idcok - this closes PR 10802
blymn
2001-04-20
Implement scrolling regions :
jdc
2000-12-19
Rename variables refering to termcap capabilities from NN to __tc_nn. Case
jdc
2000-04-28
Massively simplify some logic.
mycroft
2000-04-18
Set background character and attributes for added characters.
jdc
2000-04-15
Don't reset firstchp and lastchp even if this line was not dirty.
jdc
2000-04-15
Added functions to replace what were previously macros in curses.h
blymn
2000-04-12
Add color attribute manipulation.
jdc
2000-04-11
Made data structures opaque
blymn
[next]