Russ Cox
ac6456a0cc
clock: import from plan 9
...
Fixes #250 .
2020-01-13 16:53:30 -05:00
Russ Cox
2cb85891ba
cmapcube: don't crash on initdraw failure
2020-01-13 16:46:14 -05:00
Russ Cox
fafa622a5b
all: fix or silence various gcc warnings
...
As usual, gcc finds some real problems but also reports a ton
of noise. Fix the problems and quiet the noise.
2020-01-12 15:07:42 -05:00
Dan Cross
fa325e9b42
Trivial changes: whitespace and modes.
...
Remote whitespace at the ends of lines.
Remove blank lines from the ends of files.
Change modes on source files so that they
are not executable.
Signed-off-by: Dan Cross <cross@gajendra.net>
2020-01-10 14:54:30 +00:00
Russ Cox
be0a15c47b
tweak: add support for Cursor2
2018-11-15 20:39:35 -05:00
Xiao-Yong Jin
96025b1ec8
mc: fix crash in acme with hidpi display
2018-03-27 15:16:10 +02:00
Russ Cox
60f06594cc
gview: fix int vs ulong confusion causing silent exit 1 at startup
2018-01-03 09:49:11 -05:00
Kare Nuorteva
b3336e5cbb
all: remove .cvsignore files
...
Rename following .cvsignore files to .gitkeep since they are
required by the build (directories must exist before build):
- bin/fossil/.gitkeep
- bin/fs/.gitkeep
- bin/venti/.gitkeep
Change-Id: I9c2865058480cffb3a4613f25e2eca1f7e5578c0
2017-09-14 17:25:17 +02:00
Russ Cox
d296c18e37
9term, mc: conspire to handle hidpi displays
...
9term now uses the low bit of ws.ws_ypixel to signal
whether this is a hidpi display, and mc adjusts the font
it uses for columnation accordingly.
Makes 'lc' work right on hidpi displays.
Change-Id: I52928871ffb7f4c6fd6722f3d59f1836379148c6
Reviewed-on: https://plan9port-review.googlesource.com/2760
Reviewed-by: Russ Cox <rsc@swtch.com>
2017-01-06 15:36:59 +00:00
Russ Cox
f5ae255cc3
mc: use $termprog to identify 9term
...
TBR=rsc
https://codereview.appspot.com/112890043
2014-07-09 10:26:09 -04:00
Russ Cox
0cfb376070
fix clang warnings reported by Tuncer Ayaz
...
R=rsc
http://codereview.appspot.com/6744054
2012-10-21 11:25:08 -04:00
Russ Cox
8cd258df4e
crop: fix 64-bit
...
R=rsc
http://codereview.appspot.com/4438088
2011-05-01 14:42:58 -04:00
Russ Cox
8e4ac5f7fa
crop: fix size calculation
...
R=rsc
http://codereview.appspot.com/429042
2010-03-11 18:00:53 -08:00
Fazlul Shahriar
3c6ab1854e
stats: make more stats work in Linux
...
http://codereview.appspot.com/96084
2009-08-08 16:45:27 -04:00
rsc
1e987f65a1
import statusbar, converted to libthread (Lou Kamenov)
2007-03-25 17:19:30 +00:00
rsc
a4a77934a5
add -D for testing
2006-06-25 23:51:22 +00:00
rsc
cbeb0b26e4
Use gcc -ansi -pedantic in 9c. Fix many non-C89-isms.
2006-04-01 19:24:03 +00:00
rsc
190f5e7cb2
flushdisplay (erik quanstrom)
2006-03-27 00:50:52 +00:00
rsc
efe08bf8fd
remove debugging
2006-03-20 04:01:05 +00:00
rsc
17157e4aa8
update lucida
2006-03-20 02:25:59 +00:00
rsc
7575a9e1bb
bigger buffer
2006-02-14 19:42:07 +00:00
rsc
a6c0ff35ee
add -C
2005-11-04 20:57:00 +00:00
rsc
24d5692977
Add -F option. (Lou Kamenov)
2005-10-31 20:08:05 +00:00
rsc
3bd56b04a8
NetBSD-macppc ctype needs uchars.
2005-09-09 23:16:15 +00:00
rsc
ccff3cd0c3
add flushimage
2005-03-18 18:54:08 +00:00
rsc
ec41125f3b
avoid c99 extensions
2005-01-19 16:48:25 +00:00
rsc
5ad21e8620
use threadexits instead of exits
2005-01-15 16:34:14 +00:00
rsc
d7925b13e3
stupid sun
2005-01-14 18:32:36 +00:00
rsc
c8b6342d3c
Many small edits.
2005-01-13 04:49:19 +00:00
rsc
c345061e8d
sunos fixes
2005-01-07 07:47:37 +00:00
rsc
28aaab76cf
exit correctly.
2005-01-04 22:16:38 +00:00
rsc
8cc98332ad
use 9pclient
2005-01-04 22:16:30 +00:00
rsc
ed01060152
3d color cube
2005-01-04 22:13:32 +00:00
rsc
372e9667df
Goodbye SHORTLIB
2005-01-04 22:10:29 +00:00
rsc
228bb71d16
add crop
2004-12-28 23:13:17 +00:00
rsc
f7b74c1725
FreeBSD tweaks
2004-12-28 17:34:05 +00:00
rsc
fd46554030
good test programs
2004-12-27 05:21:41 +00:00
rsc
f99790979b
update to use new thread library
2004-12-26 02:10:47 +00:00
wkj
a87638642c
Compare function pointers against 0 rather than nil.
2004-07-09 01:54:06 +00:00
rsc
26af0278ae
asdf
2004-06-09 14:26:21 +00:00
rsc
3df0f067ce
add -C for cpu
2004-06-09 14:25:57 +00:00
rsc
b1455f33a8
Little fixes.
2004-04-30 02:16:28 +00:00
rsc
be36ff6885
add -W to specify window size.
...
various other little fixes.
2004-04-29 17:13:24 +00:00
rsc
ecdecae370
little fixes
2004-04-25 21:33:10 +00:00
rsc
fb5ca0b97b
fix some bugs when using 9term
2004-04-25 20:50:09 +00:00
rsc
4a4a7c3e5b
whoops
2004-04-25 20:42:08 +00:00
rsc
3f8c70e97c
a simple plan 9 image viewer
2004-04-24 16:59:47 +00:00
rsc
e2713e92ab
bug fixes and a new gview
2004-04-24 16:34:15 +00:00
rsc
272fd660b4
small bug fixes
2004-04-23 17:47:02 +00:00
rsc
b274161734
invoke correct helper.
2004-04-23 05:46:42 +00:00