Delyan Angelov
|
c37daba41d
|
ci: fix the remaining obsolete reference to time.sleep and time.usleep
|
2021-02-22 09:12:23 +02:00 |
zakuro
|
ac4791045f
|
time: consolidate the different sleep functions into time.wait(Duration) (#8853)
|
2021-02-21 17:05:03 +02:00 |
spaceface
|
260f677469
|
term.ui: use the new `[flag]` enums (#8881)
|
2021-02-21 16:07:49 +02:00 |
Delyan Angelov
|
bf6e9ff95a
|
Revert "parser: make duplicated functions an error (#8792)"
This reverts commit 21bf8fe14e .
|
2021-02-18 09:02:56 +02:00 |
zakuro
|
21bf8fe14e
|
parser: make duplicated functions an error (#8792)
|
2021-02-17 20:50:10 +01:00 |
Nick Treleaven
|
ea803113c3
|
checker: check `unsafe` V function calls (#8752)
|
2021-02-14 19:31:42 +01:00 |
Lukas Neubert
|
58b3a30b47
|
docs/readmes: format almost all remaining code blocks (#8590)
|
2021-02-05 19:50:28 +02:00 |
shadowninja55
|
fccd4f98d5
|
fixed offset (#8376)
|
2021-01-27 19:39:53 +02:00 |
spaceface
|
e233911a7b
|
term.ui: native Windows console implementation (#8359)
|
2021-01-27 13:52:39 +01:00 |
Delyan Angelov
|
dd96852515
|
ci: fix compilation of term.ui examples on windows
|
2021-01-26 19:26:05 +02:00 |
Delyan Angelov
|
e5a84719ca
|
all: require calling `optfn() ?` / `optfn() or {...}` for `fn optfn() ? {}`
|
2021-01-26 16:43:17 +02:00 |
Daniel Däschle
|
dbf84520f1
|
all: update assoc syntax (#8274)
|
2021-01-22 23:24:48 +01:00 |
yuyi
|
a2efb5319d
|
all: change `[1,2,3]!!` to `[1,2,3]!` (#8101)
|
2021-01-14 03:51:13 +01:00 |
yuyi
|
a1c67232d0
|
checker: fix duplicate variable name (fix #265) (#7982)
|
2021-01-10 21:41:29 +01:00 |
Nick Treleaven
|
63557d0d02
|
checker: disallow op= and infix on a voidptr (#7175)
|
2020-12-07 22:43:38 +02:00 |
Lukas Neubert
|
8adb1acf31
|
check-md: verify code example formatting (#7143)
|
2020-12-05 22:54:41 +01:00 |
Larpon
|
1192dfdc8a
|
term.ui: document functions (#6979)
|
2020-11-29 08:32:04 +02:00 |
spaceface777
|
6563535a3d
|
term.ui: simplify/fix the truecolor feature test (#6963)
|
2020-11-26 23:52:20 +01:00 |
spaceface777
|
e03ae19372
|
term.ui: approximate colors into ansi if rgb isn't supported (#6951)
|
2020-11-26 00:28:57 +01:00 |
Lukas Neubert
|
df4165c7ee
|
docs_ci: check all md files except thirdparty (#6855)
|
2020-11-18 18:28:28 +01:00 |
Larpon
|
fdc0cd4c03
|
term.ui: add dashed lines and rectangles (#6848)
|
2020-11-17 15:08:35 +01:00 |
spaceface777
|
ac8a2ff12d
|
term.ui: feature-detect the SU spec (#6844)
|
2020-11-16 14:48:08 +02:00 |
spaceface777
|
1ead130eed
|
term.ui: render to the alternate buffer (#6832)
|
2020-11-14 21:05:22 +02:00 |
Carlos Esquerdo Bernat
|
827fb62c29
|
examples/text_editor: edit multiple files (#6827)
|
2020-11-14 19:39:59 +02:00 |
spaceface777
|
6b47c61fe4
|
term.ui: handle middle mouse button events and modifier keys (#6821)
|
2020-11-14 09:14:54 +02:00 |
spaceface777
|
c315218ed1
|
term.ui: allow setting the terminal title (#6809)
|
2020-11-13 15:30:47 +02:00 |
Delyan Angelov
|
a3404a38c6
|
term_drawing.v: support arrows, 1, 2 and space
|
2020-11-13 13:08:28 +02:00 |
Delyan Angelov
|
f6e54dc027
|
term.ui: improve Ctrl-Z + fg handling
|
2020-11-13 10:27:53 +02:00 |
spaceface777
|
24f743ee12
|
term: add `term.ui` module (part 2) (#6798)
|
2020-11-12 12:12:51 +01:00 |