summaryrefslogtreecommitdiff
path: root/fbterm
diff options
context:
space:
mode:
authorThomas Ulmer <thomasmulmer02@gmail.com>2026-02-04 14:24:16 -0800
committerThomas Ulmer <thomasmulmer02@gmail.com>2026-02-04 14:24:16 -0800
commit9139a1b136fa2b5adfcac0ac09a4f61aa1ee1ff4 (patch)
treede82bc4776b87f1fbb86f14b4a15d35d009ddd28 /fbterm
parenta9bf8f30c746f5b28bb7eb6938e8390127081a32 (diff)
full reorg
Diffstat (limited to 'fbterm')
-rwxr-xr-xfbterm/fbterm-emacs.sh4
-rw-r--r--fbterm/fbtermrc60
2 files changed, 0 insertions, 64 deletions
diff --git a/fbterm/fbterm-emacs.sh b/fbterm/fbterm-emacs.sh
deleted file mode 100755
index 91616b3..0000000
--- a/fbterm/fbterm-emacs.sh
+++ /dev/null
@@ -1,4 +0,0 @@
-#!/bin/bash
-
-export TERM=fbterm
-dbus-run-session -- emacs -l "~/.emacs.d/site-lisp/fbterm.el"
diff --git a/fbterm/fbtermrc b/fbterm/fbtermrc
deleted file mode 100644
index 777071f..0000000
--- a/fbterm/fbtermrc
+++ /dev/null
@@ -1,60 +0,0 @@
-# Configuration for FbTerm
-
-# Lines starting with '#' are ignored.
-# Note that end-of-line comments are NOT supported, comments must be on a line of their own.
-
-# font family names/pixelsize used by fbterm, multiple font family names must be seperated by ','
-# and using a fixed width font as the first is strongly recommended
-font-names=Adwaita Mono,Terminus
-font-size=14
-
-# force font width (and/or height), usually for non-fixed width fonts
-# legal value format: n (fw_new = n), +n (fw_new = fw_old + n), -n (fw_new = fw_old - n)
-#font-width=8
-#font-height=18
-
-# default color of foreground/background text
-# available colors: 0 = black, 1 = red, 2 = green, 3 = brown, 4 = blue, 5 = magenta, 6 = cyan, 7 = white
-color-foreground=7
-color-background=0
-color-0=000000
-color-1=AA0000
-color-2=00AA00
-color-3=AA5500
-color-4=0000AA
-color-5=AA00AA
-color-6=00AAAA
-color-7=AAAAAA
-color-8=555555
-color-9=FF5555
-color-10=55FF55
-color-11=FFFF55
-color-12=5555FF
-color-13=FF55FF
-color-14=55FFFF
-color-15=FFFFFF
-
-# max scroll-back history lines of every window, value must be [0 - 65535], 0 means disable it
-history-lines=1000
-
-# up to 5 additional text encodings, multiple encodings must be seperated by ','
-# run 'iconv --list' to get available encodings.
-text-encodings=UTF-8,LATIN1
-
-# cursor shape: 0 = underline, 1 = block
-# cursor flash interval in milliseconds, 0 means disable flashing
-cursor-shape=1
-cursor-interval=500
-
-# additional ascii chars considered as part of a word while auto-selecting text, except ' ', 0-9, a-z, A-Z
-word-chars=._-
-
-# change the clockwise orientation angle of screen display
-# available values: 0 = 0 degree, 1 = 90 degrees, 2 = 180 degrees, 3 = 270 degrees
-screen-rotate=0
-
-# specify the favorite input method program to run
-input-method=
-
-# treat ambiguous width characters as wide
-ambiguous-wide=no