David Spickett
6ec48b449f
[lldb] Use 1 based row and column for statusline ( #143385 )
...
I can't find a proper source for this but many materials say that ANSI
rows and columns start at 1 not 0.
https://www2.math.upenn.edu/~kazdan/210/computer/ansi.html is as good as
I can get:
```
<row> is a number from 1 through 25 that specifies the row to which the cursor is to be moved.
<col> is a number from 1 through 80 that specifies the column to which the cursor is to be moved.
```
0 does work in Windows terminal and Linux terminals, but we might as
well be correct and it's one less thing to reason about when auditing
this code.
From what I read, some terminals correct 0 back to 1 and some treat 0 as
a missing argument, which also defaults to 1.
2025-06-10 09:59:16 +01:00
..
2025-01-31 13:23:26 -08:00
2025-03-17 14:30:39 -07:00
2024-08-08 12:55:10 -07:00
2024-10-08 08:58:43 +00:00
2025-04-07 08:33:27 -07:00
2024-05-16 07:44:08 +04:00
2025-06-03 09:38:22 -07:00
2025-05-27 18:41:16 -07:00
2025-05-11 14:47:21 -07:00
2024-12-17 13:23:13 +00:00
2025-05-28 22:02:16 -07:00
2025-02-20 13:23:03 +01:00
2025-05-13 17:52:23 +02:00
2024-04-26 13:18:45 -07:00
2024-06-26 15:55:15 +01:00
2024-10-16 13:07:02 +02:00
2025-05-27 18:41:16 -07:00
2024-02-16 20:58:50 -08:00
2024-10-16 13:07:02 +02:00
2024-02-15 22:54:00 -08:00
2024-09-25 10:08:10 +01:00
2025-02-28 14:59:35 +00:00
2025-05-27 18:41:16 -07:00
2024-02-15 22:54:00 -08:00
2024-11-05 10:33:24 -08:00
2024-10-16 13:07:02 +02:00
2025-03-07 15:34:27 -08:00
2024-02-14 15:53:19 -06:00
2024-10-16 13:07:02 +02:00
2025-05-13 17:52:23 +02:00
2025-05-27 18:41:16 -07:00
2024-10-16 13:07:02 +02:00
2025-05-27 18:41:16 -07:00
2025-05-27 18:41:16 -07:00
2024-09-04 11:30:58 +02:00
2025-02-28 14:59:35 +00:00
2024-02-21 20:39:02 -06:00
2024-02-21 13:02:30 -06:00
2025-04-13 23:21:52 +01:00
2025-02-28 16:13:12 -08:00
2025-05-20 13:50:24 -07:00
2025-05-13 17:52:23 +02:00
2024-08-05 09:37:36 +02:00
2025-05-05 11:04:55 -07:00
2025-03-26 14:41:05 -07:00
2024-02-21 13:02:30 -06:00
2025-06-02 14:01:45 +04:00
2025-02-23 00:51:43 -08:00
2024-11-15 00:56:34 -08:00
2024-06-28 14:06:39 +01:00
2024-08-05 17:26:39 -07:00
2024-02-16 20:58:50 -08:00
2024-06-06 14:25:53 -07:00
2025-06-10 09:59:16 +01:00
2025-05-08 13:14:40 -07:00
2024-02-21 13:02:30 -06:00
2024-02-21 13:02:30 -06:00
2025-06-03 09:38:22 -07:00
2025-05-27 18:41:16 -07:00
2025-02-28 14:59:35 +00:00
2024-10-18 21:16:50 +01:00
2025-06-03 12:17:50 +01:00
2024-06-27 01:45:30 -07:00
2024-02-21 13:02:30 -06:00
2024-02-13 16:19:41 -06:00
2024-03-31 17:17:32 +01:00
2024-06-11 13:58:26 -07:00
2024-02-16 20:58:50 -08:00
2025-05-27 18:41:16 -07:00
2024-03-11 13:04:56 -07:00
2024-02-16 20:58:50 -08:00
2024-02-16 20:58:50 -08:00
2024-12-05 10:38:23 -08:00
2025-05-21 17:38:35 -07:00
2024-02-16 21:45:08 -08:00