aboutsummaryrefslogtreecommitdiff
path: root/editor/example.html
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2021-07-26 22:47:43 +0700
committerShulhan <ms@kilabit.info>2021-07-26 22:47:43 +0700
commit765e1f6a9bdac081fee70362542ce72e14a0abb5 (patch)
tree839331f00e7d9bb17792ac7ae5d84b23e1e0213a /editor/example.html
parentd22ecec866f9da676ed6a5b06a6089770ae1139d (diff)
downloadpakakeh.ts-765e1f6a9bdac081fee70362542ce72e14a0abb5.tar.xz
editor: add support to move arrow up and down between text
Diffstat (limited to 'editor/example.html')
-rw-r--r--editor/example.html5
1 files changed, 3 insertions, 2 deletions
diff --git a/editor/example.html b/editor/example.html
index ac45e60..6688435 100644
--- a/editor/example.html
+++ b/editor/example.html
@@ -35,6 +35,7 @@
border-color: lightblue;
border-width: 0px;
border-style: solid;
+ white-space: pre-wrap;
}
</style>
</head>
@@ -66,10 +67,10 @@
path: path,
content: `mkdir -p \${HOME}/aur/stackdriver-collectd
-git -C \${HOME}/aur/stackdriver-collectd clone \
+git -C \${HOME}/aur/stackdriver-collectd clone \\
ssh://aur@aur.archlinux.org/stackdriver-collectd.git .
-sh -c "cd \${HOME}/aur/stackdriver-collectd; \
+sh -c "cd \${HOME}/aur/stackdriver-collectd; \\
makepkg --force --install --noconfirm"
pacman -Ql stackdriver-collectd