Alexander Iljin
|
0007789795
|
continuations[-docs]: add the finally word
|
2019-04-22 21:57:51 -07:00 |
Doug Coleman
|
17ed798178
|
*.txt: Add newlines, fix some spacing
|
2018-12-16 12:04:35 -06:00 |
Björn Lindqvist
|
26304112d6
|
curses.tests: only run the color test if term is color capable
|
2016-08-20 06:33:15 +02:00 |
John Benediktsson
|
ceb75057da
|
change ERROR: words from throw-foo back to foo.
|
2015-08-13 16:13:05 -07:00 |
Doug Coleman
|
66147f27b4
|
extra: use throw-foo for ERROR: change
|
2015-08-13 01:56:32 -07:00 |
Jon Harper
|
6d01a0a04e
|
curses.listener: fix, need stream-write1 after changes to stream-bl
|
2015-08-08 03:48:35 +02:00 |
Doug Coleman
|
0176591527
|
factor: actual patch to remove ; from all c/fortran functions
|
2015-07-19 16:25:30 -07:00 |
Doug Coleman
|
999aa7c897
|
factor: clean up spaces in -tests files
|
2015-07-02 10:34:01 -07:00 |
Björn Lindqvist
|
b5147aa549
|
curses.ffi: on some linuxes, libncursesw.so is a linker script so find-library is needed to find the real elf file
|
2014-08-25 14:50:26 -07:00 |
Doug Coleman
|
a8173daca2
|
curses: Add some more api calls. Allow a getch that doesn't throw on errors because you need it for window resize.
|
2014-08-25 14:50:20 -07:00 |
Joe Groff
|
943596575a
|
use radix literals
|
2011-11-23 19:03:40 -08:00 |
Joe Groff
|
13b17fb84a
|
io: input-stream and output-stream mixins
|
2011-10-18 16:25:09 -07:00 |
John Benediktsson
|
6417f36397
|
namespaces: adding a "with-global" word to replace "global [ ] bind".
|
2011-10-13 17:21:59 -07:00 |
Doug Coleman
|
bf2a96e9e0
|
Remove Windows CE from core/ basis/ and build-support/
Rename the winnt singleton to windows in core/ basis/ extra/
Rename boot images winnt -> windows
Fixes #84.
|
2011-09-18 23:19:06 -05:00 |
John Benediktsson
|
07454e2584
|
curses: update for alien api change.
|
2011-08-26 20:18:23 -07:00 |
Philipp Brüschweiler
|
f52246b3ff
|
curses: simplifications, prepare for menu support
|
2010-10-03 13:18:31 +02:00 |
Philipp Brüschweiler
|
532010a673
|
curses.listener: very basic curses-based listener
|
2010-10-03 13:17:43 +02:00 |
Philipp Brüschweiler
|
15eeb0391e
|
curses: simplification, implement coordinate queries
|
2010-10-03 13:17:43 +02:00 |
Philipp Brüschweiler
|
1819da7f41
|
curses: simplification, use wide character library to print utf8 strings
|
2010-10-03 13:17:43 +02:00 |
Philipp Brüschweiler
|
c5b46d0be4
|
curses: fix colors, add unit test
|
2010-10-03 13:16:31 +02:00 |
Philipp Brüschweiler
|
e674081a06
|
curses: cleanup, remove unfinished screen support
|
2010-10-03 13:16:31 +02:00 |
Philipp Brüschweiler
|
b26c88aef3
|
curses: more mouse event work
|
2010-10-03 13:16:31 +02:00 |
Philipp Brüschweiler
|
54d846e38a
|
curses: start mouse input implementation
|
2010-10-03 13:16:31 +02:00 |
Philipp Brüschweiler
|
6c31c49cad
|
curses: add box word, rearrange some code
|
2010-10-03 13:16:31 +02:00 |
Philipp Brüschweiler
|
f768bbe59e
|
curses: change echo to be f as default
|
2010-10-03 13:16:30 +02:00 |
Philipp Brüschweiler
|
bb89b92a98
|
curses: start support for mouse events
|
2010-10-03 13:16:30 +02:00 |
Philipp Brüschweiler
|
e1a9d597b0
|
curses: seperated echo and raw/cbreak options from window-setup
|
2010-10-03 13:16:30 +02:00 |
Philipp Brüschweiler
|
52af310055
|
curses: added key codes
|
2010-10-03 13:16:30 +02:00 |
Philipp Brüschweiler
|
697d846912
|
curses: add attributes
|
2010-10-03 13:16:30 +02:00 |
Philipp Brüschweiler
|
0e9572bf85
|
curses: fix test
|
2010-10-03 13:16:30 +02:00 |
Philipp Brüschweiler
|
47ee6ddfef
|
curses: renamed to shorter words
|
2010-10-03 13:16:30 +02:00 |
Philipp Brüschweiler
|
717f036e52
|
curses: beginning of screen support
|
2010-10-03 13:16:30 +02:00 |
Philipp Brüschweiler
|
f2e5b168a7
|
curses: partial rewrite
|
2010-10-03 13:16:30 +02:00 |
Joe Groff
|
65c3259761
|
"cdecl" -> cdecl
|
2010-03-31 19:20:35 -07:00 |
Joe Groff
|
4cfa1a6c77
|
rename current string-mangling "char*" to "c-string". char* is now just a boring old pointer to char
|
2010-02-23 11:42:02 -08:00 |
Doug Coleman
|
957f2d9ff6
|
Check if we're using ttys before starting curses, since initscr exits on error for some dumb reason
|
2010-02-21 23:38:18 -06:00 |
Slava Pestov
|
95bfc8a240
|
vocabs.metadata: replace unportable tag with a platforms.txt file for more fine-grained control. Rename unportable tag to untested for remaining cases
|
2010-02-20 13:30:49 +13:00 |
Philipp Brüschweiler
|
6df4722518
|
curses: fix using
|
2009-11-07 00:07:02 +01:00 |
Joe Groff
|
a5957b188d
|
nip most uses of tuck from extra
|
2009-11-05 22:22:21 -06:00 |
Slava Pestov
|
b88fde04d9
|
alien.syntax: add C-GLOBAL: for defining words to access global variables, and remove the gimpy one from core-text.utilities
|
2009-10-09 04:46:29 -05:00 |
Joe Groff
|
866b62755e
|
replace all TYPEDEF: void* XXX* with C-TYPE: XXX
|
2009-09-27 22:21:24 -05:00 |
Joe Groff
|
433c065729
|
update structs in curses
|
2009-09-19 20:47:11 -05:00 |
Doug Coleman
|
8b7fcce399
|
update code for usages of add-library
|
2009-03-25 23:00:19 -05:00 |
Doug Coleman
|
e026b554a9
|
use CONSTANT: in extra
|
2009-02-22 19:08:45 -06:00 |
Doug Coleman
|
37b02d6a6c
|
checkin curses library i started last summer
|
2009-01-11 11:36:22 -06:00 |