aboutsummaryrefslogtreecommitdiff
path: root/content/notes/2023-05-25-show-xterm-colors.md
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2023-10-31 11:05:28 +0100
committerMitja Felicijan <mitja.felicijan@gmail.com>2023-10-31 11:05:28 +0100
commitc9d51c7de97f8af318fa7eb866c138a69676e1d7 (patch)
tree18f51726efa1ea45366d4e0f01a99888cf51d995 /content/notes/2023-05-25-show-xterm-colors.md
parent6ee7245390cdf4e19fef82c2423ba325adea4114 (diff)
downloadmitjafelicijan.com-c9d51c7de97f8af318fa7eb866c138a69676e1d7.tar.gz
Made a bunch of content fixes
Diffstat (limited to 'content/notes/2023-05-25-show-xterm-colors.md')
-rw-r--r--content/notes/2023-05-25-show-xterm-colors.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/content/notes/2023-05-25-show-xterm-colors.md b/content/notes/2023-05-25-show-xterm-colors.md
index cc5eca4..1e6d526 100644
--- a/content/notes/2023-05-25-show-xterm-colors.md
+++ b/content/notes/2023-05-25-show-xterm-colors.md
@@ -1,6 +1,6 @@
1--- 1---
2title: Display xterm color palette 2title: Display xterm color palette
3url: write-iso-usb.html 3url: xterm-color-palette.html
4date: 2023-05-25T12:00:00+02:00 4date: 2023-05-25T12:00:00+02:00
5type: note 5type: note
6draft: false 6draft: false
@@ -82,4 +82,3 @@ case ${1-none} in
82 ;; 82 ;;
83esac | less --raw-control-chars --QUIT-AT-EOF --no-init 83esac | less --raw-control-chars --QUIT-AT-EOF --no-init
84``` 84```
85