summary refs log tree commit diff
path: root/_config/Terminal/terminalrc
blob: 41d7940cab5d34ac22a8f971e3a54100b3dffa85 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
[Configuration]
FontName=Monospace 9
MiscAlwaysShowTabs=FALSE
MiscBell=FALSE
MiscBordersDefault=TRUE
MiscCursorBlinks=TRUE
MiscCursorShape=TERMINAL_CURSOR_SHAPE_BLOCK
MiscDefaultGeometry=80x24
MiscInheritGeometry=FALSE
MiscMenubarDefault=FALSE
MiscMouseAutohide=FALSE
MiscToolbarsDefault=FALSE
MiscConfirmClose=TRUE
MiscCycleTabs=TRUE
MiscTabCloseButtons=TRUE
MiscTabCloseMiddleClick=TRUE
MiscTabPosition=GTK_POS_TOP
MiscHighlightUrls=TRUE
ColorPalette2=#d7d77c7c7979
ColorPalette10=#dfdf65656565
ColorPalette3=#c2c2c7c77b7b
ColorPalette11=#c5c5d1d15c5c
ColorPalette4=#f4f4cfcf8686
ColorPalette12=#ececcece5858
ColorPalette5=#9292b2b2caca
ColorPalette13=#8c8cb6b6e1e1
ColorPalette6=#c0c0a7a7c7c7
ColorPalette14=#cfcfababdfdf
ColorPalette7=#9a9ac9c9c4c4
ColorPalette15=#8080cacabfbf
ColorPalette8=#a7a7a8a8a7a7
ColorPalette16=#a7a7a8a8a7a7
ColorPalette9=#555557575353
ColorCursor=#d7d7dadad8d8
ScrollingOnOutput=FALSE
ScrollingLines=100000
BackgroundMode=TERMINAL_BACKGROUND_TRANSPARENT
BackgroundDarkness=0.850000
ShortcutsNoMenukey=TRUE
TitleMode=TERMINAL_TITLE_REPLACE
Term=xterm-256color
ColorForeground=#d7d7dadad8d8
ColorSelection=#47474c4c5252

ls.c?h=catgirl&id=a8c30b898c2e4dec02c75a25e72c211d9dba473d&follow=1'>Implement base64 encodingJune McEnroe 2018-12-03Call uiShow at init so that TermFocus gets setJune McEnroe 2018-12-03Check nick to determine if is selfJune McEnroe 2018-12-03Ignore ~ username prefixesJune McEnroe 2018-12-02Move host, port, pass, webp to selfJune McEnroe 2018-12-02Add -r option for realnameJune McEnroe 2018-12-02Send automated messages to TagStatus with UIColdJune McEnroe 2018-12-02Various man page tweaks and editsJune McEnroe 2018-12-02Fix UI resume on /urlJune McEnroe 2018-12-02Add sandman.m to READMEJune McEnroe 2018-12-01Crudely handle reconnecting after suspendJune McEnroe 2018-12-01Fix sandman hangJune McEnroe 2018-12-01Use sigaction in sandmanJune McEnroe 2018-11-30Handle signals consistently in the event loopJune McEnroe 2018-11-30Separate ircConnect and ircDisconnectJune McEnroe 2018-11-30Measure length of log timestamp more consistentlyJune McEnroe 2018-11-30Reformat sandman Objective-C codeJune McEnroe 2018-11-30Ignore sandmanJune McEnroe 2018-11-30Add sandmanJune McEnroe 2018-11-29Strip timestamps from log replayJune McEnroe 2018-11-29Add basic log replayJune McEnroe 2018-11-29Show unread count in term titleJune McEnroe 2018-11-29Handle no such nick errorJune McEnroe 2018-11-29Add /whoisJune McEnroe 2018-11-29Set LIBRESSL_PREFIX in Darwin.mkJune McEnroe 2018-11-28Add NetBSD.mkJune McEnroe 2018-11-28Make use of config.mk and add Darwin.mkJune McEnroe