From 735636c7da421895f8439d7de66c079ec523ce39 Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Thu, 15 Apr 2021 23:15:47 -0700 Subject: . --- shell/global.mu | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'shell') diff --git a/shell/global.mu b/shell/global.mu index c05a8274..ac983837 100644 --- a/shell/global.mu +++ b/shell/global.mu @@ -156,7 +156,7 @@ fn render-globals screen: (addr screen), _self: (addr global-table), xmin: int, fn render-primitives screen: (addr screen), xmin: int, ymin: int, xmax: int, ymax: int { var y/ecx: int <- copy ymax - y <- subtract 0xe + y <- subtract 0xf var tmpx/eax: int <- copy xmin tmpx <- draw-text-rightward screen, "cursor graphics", tmpx, xmax, y, 0x7/fg=grey, 0x12/bg=almost-black y <- increment @@ -189,7 +189,11 @@ fn render-primitives screen: (addr screen), xmin: int, ymin: int, xmax: int, yma tmpx <- draw-text-rightward screen, ": screen x y color", tmpx, xmax, y, 0x7/fg=grey, 0x12/bg=almost-black y <- increment var tmpx/eax: int <- copy xmin - tmpx <- draw-text-rightward screen, "keyboard", tmpx, xmax, y, 0x7/fg=grey, 0x12/bg=almost-black + tmpx <- draw-text-rightward screen, "screen/keyboard", tmpx, xmax, y, 0x7/fg=grey, 0x12/bg=almost-black + y <- increment + var tmpx/eax: int <- copy xmin + tmpx <- draw-text-rightward screen, " clear", tmpx, xmax, y, 0x2a/fg=orange, 0x12/bg=almost-black + tmpx <- draw-text-rightward screen, ": screen", tmpx, xmax, y, 0x7/fg=grey, 0x12/bg=almost-black y <- increment var tmpx/eax: int <- copy xmin tmpx <- draw-text-rightward screen, " key", tmpx, xmax, y, 0x2a/fg=orange, 0x12/bg=almost-black -- cgit 1.4.1-2-gfad0 0fdb913401a6f28b1dfbca248d41c147b12cd20'>commit diff stats
path: root/doc/pydoc/ranger.gui.widgets.taskview.html
blob: 9407d96c5a72e1e1669aa71c55c5ac88469130f9 (plain) (tree)
1
2
3
4
5
6
7
8
9
10