summary refs log tree commit diff
path: root/port/wcwidth/wcswidth.c
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2021-02-26 19:08:54 -0500
committerJune McEnroe <june@causal.agency>2021-02-26 19:08:54 -0500
commitcbcddf0410d45d73ef59a2586c91024ae4c2095e (patch)
treed862cad8fbf5b75331488f894a621fdc0f96519e /port/wcwidth/wcswidth.c
parentLower sctd temperature (diff)
downloadsrc-cbcddf0410d45d73ef59a2586c91024ae4c2095e.tar.gz
src-cbcddf0410d45d73ef59a2586c91024ae4c2095e.zip
Make mktemp -t compatible with OpenBSD
Such an annoyance that this flag is incompatible between FreeBSD
and OpenBSD. On FreeBSD it takes an argument, on OpenBSD it does
not. Doing it this way is technically compatible with both, but on
FreeBSD the generated file name has an extra .XXXXXXXXXX in it. Oh
well.
Diffstat (limited to 'port/wcwidth/wcswidth.c')
0 files changed, 0 insertions, 0 deletions
title='2019-07-12 18:41:04 -0400'>2019-07-12Support insert mode in shottyJune McEnroe This is how curses puts characters into the bottom-right cell of the terminal. 2019-07-11Don't do carriage return on line feedJune McEnroe 2019-07-11Interpret 256color-style SGRsJune McEnroe 2019-07-11Use inline style rather than <b>, <i>, <u>June McEnroe 2019-07-11Factor out clearJune McEnroe 2019-07-11Add bright option to shottyJune McEnroe 2019-07-11Output <b>, <i>, <u> in shottyJune McEnroe 2019-07-10Ignore SM and RMJune McEnroe 2019-07-09Add shotty man page and build itJune McEnroe 2019-07-09Add up -cJune McEnroe 2019-07-09Add options for default colors to shottyJune McEnroe 2019-07-08Use char literals consistentlyJune McEnroe