Turiiya
|
a27f2ddcc3
|
term.ui, vweb, v: update deprecated functions (#18726)
|
2023-07-02 09:38:33 +03:00 |
|
Swastik Baranwal
|
3d99f1f2c2
|
checker: disallow struct int to ptr outside unsafe (#17923)
|
2023-04-13 07:38:21 +02:00 |
|
Swastik Baranwal
|
e9a3817aed
|
checker: disallow enum initalization (#17361)
|
2023-02-19 22:22:07 +01:00 |
|
Nahua
|
90dbf683d5
|
term: add missing documentation for all remaining public functions (#17044)
|
2023-01-20 11:07:28 +02:00 |
|
yuyi
|
017ace6ea7
|
vfmt: change all '$expr' to '${expr}' (#16428)
|
2022-11-15 16:53:13 +03:00 |
|
Delyan Angelov
|
71bff213ef
|
builtin: make the C. WIN32 API declarations more precise, to catch errors earlier (#16090)
|
2022-10-17 20:23:33 +03:00 |
|
yuyi
|
f0871b87a4
|
term: fix errors in input_windows.c.v (#15966)
|
2022-10-05 13:24:22 +03:00 |
|
Alexander Medvednikov
|
9099594a49
|
all: wrap up unsafe { nil } (p. 3)
|
2022-07-21 21:01:30 +03:00 |
|
yuyi
|
c160ba2a8d
|
checker: stricter mutable reference check (fix #14803) (#14805)
|
2022-06-21 13:23:21 +03:00 |
|
Delyan Angelov
|
0f3b2c2ae7
|
builtin: use C.fwrite (buffered) for _write_buf_to_fd (#14558)
|
2022-05-30 19:15:05 +03:00 |
|
Vincenzo Palazzo
|
17bba712bd
|
checker: ban unsafe pointer/fn comparison (#14462)
|
2022-05-20 18:30:16 +03:00 |
|
Nick Treleaven
|
4400efeb9f
|
checker: Revert part of small_unsigned == signed (#13967) (#14075)
`gcc -W` doesn't error for e.g. u16 == i32, only for u32 == i16.
Any u16 value can fit in an i32.
|
2022-04-18 21:30:09 +03:00 |
|
Nick Treleaven
|
c780de6282
|
checker: disallow 'small_unsigned == signed' (#13967)
|
2022-04-12 19:37:30 +03:00 |
|
Delyan Angelov
|
166dd61e90
|
Revert "Revert "term: obtain the cursor position via termios.h (#11372)""
This reverts commit 0376cbf6bd .
|
2021-09-06 19:04:14 +03:00 |
|
Alexander Medvednikov
|
0376cbf6bd
|
Revert "term: obtain the cursor position via termios.h (#11372)"
This reverts commit af28d09630 .
|
2021-09-06 18:21:55 +03:00 |
|
AAAA
|
af28d09630
|
term: obtain the cursor position via termios.h (#11372)
|
2021-09-06 17:24:39 +03:00 |
|
Delyan Angelov
|
453fb1b08b
|
term.ui: use os.signal_opt instead of os.signal
|
2021-05-18 11:59:57 +03:00 |
|
Delyan Angelov
|
8a380f4699
|
tools: make v test-cleancode test everything by default (#10050)
|
2021-05-08 13:32:29 +03:00 |
|
Nick Treleaven
|
446631ceb5
|
checker: fixed array cannot implicitly convert to fooptr (again) (#9302)
|
2021-03-15 15:55:07 +02:00 |
|
James Addison
|
a64d9b3e12
|
termui: add show_cursor() and hide_cursor() (#9087)
|
2021-03-04 12:31:26 +02:00 |
|
Alexander Medvednikov
|
3a2d696fac
|
time: time.wait() => time.sleep()
|
2021-02-27 20:41:06 +03:00 |
|
Delyan Angelov
|
c37daba41d
|
ci: fix the remaining obsolete reference to time.sleep and time.usleep
|
2021-02-22 09:12:23 +02:00 |
|
spaceface
|
260f677469
|
term.ui: use the new [flag] enums (#8881)
|
2021-02-21 16:07:49 +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 |
|
spaceface777
|
e03ae19372
|
term.ui: approximate colors into ansi if rgb isn't supported (#6951)
|
2020-11-26 00:28:57 +01:00 |
|
spaceface777
|
c315218ed1
|
term.ui: allow setting the terminal title (#6809)
|
2020-11-13 15:30:47 +02:00 |
|
spaceface777
|
24f743ee12
|
term: add term.ui module (part 2) (#6798)
|
2020-11-12 12:12:51 +01:00 |
|