From 4bdb7b3345ab9680234f074fbdecca50601c3f57 Mon Sep 17 00:00:00 2001 From: Curtis McEnroe Date: Wed, 28 Mar 2012 16:26:58 -0400 Subject: Reformat for use with Effuse --- _config/Terminal/terminalrc | 44 -------------------------------------------- 1 file changed, 44 deletions(-) delete mode 100644 _config/Terminal/terminalrc (limited to '_config/Terminal/terminalrc') diff --git a/_config/Terminal/terminalrc b/_config/Terminal/terminalrc deleted file mode 100644 index adb21a1f..00000000 --- a/_config/Terminal/terminalrc +++ /dev/null @@ -1,44 +0,0 @@ -[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 -BackgroundDarkness=0.850000 -ShortcutsNoMenukey=TRUE -TitleMode=TERMINAL_TITLE_REPLACE -Term=xterm-256color -ColorForeground=#d7d7dadad8d8 -ColorSelection=#47474c4c5252 -BackgroundMode=TERMINAL_BACKGROUND_TRANSPARENT - -- cgit 1.4.1 on value='committer'>committer
path: root/bin/1sh/trap.c (unfollow)
Commit message (Collapse)Author
2019-12-23Rename music.md to music.txtJune McEnroe
2019-12-23Add DO YOU DOUBT ME TRAITORJune McEnroe
2019-12-22Add license header to cgit CSSJune McEnroe
As requested. Funny that its license header capitalizes You.
2019-12-22Add The Book of EttaJune McEnroe
2019-12-21Revert "Add first working version of imbox"June McEnroe
Moved to <https://git.causal.agency/imbox>. This reverts commit 7ff5f3fd826e313ce8353a532bdfa4989dc946dc.
2019-12-21Add first working version of imboxJune McEnroe
2019-12-20Respect mailmap in gl pretty formatJune McEnroe
2019-12-20Set LANG in cgit filtersJune McEnroe
ttpre needs to know about UTF-8 too so it can bold/italic non-ASCII chars.
2019-12-20Source .editrc before applying -v or -eJune McEnroe
Otherwise a bind -v in .editrc will take precedence and overwrite the ^I binding for sh-complete.
2019-12-20Disable signing commitsJune McEnroe
Why did I ever turn this on? This gets me nothing but inconvenience. RIP to all the wasted bytes in my git repos.
2019-12-19Ignore about-filterJune McEnroe
2019-12-19Fix matching make tags with no sourcesJune McEnroe
2019-12-19Avoid matching := assignments as tagsJune McEnroe
2019-12-18Hide line numbers when rendering mdocJune McEnroe
Hack: output an extra <td> after rendering mdoc so that line numbers can be hidden based on there being three. This required splitting source-filter and about-filter since on about pages there is no table.
2019-12-18Customize cgit CSSJune McEnroe
2019-12-18Use :target rather than :focus pseudo-classJune McEnroe
:target persists after you click on something else.
2019-12-18Copy cgit auxiliary binaries properlyJune McEnroe
2019-12-18Add git.causal.agency cgit configJune McEnroe
2019-12-18Bail from hi if input is binaryJune McEnroe
NULs in the input cause an infinite loop in htmlEscape, not to mention regexes obviously not working, etc.
2019-12-16Post "cgit setup"June McEnroe