xterm screenshot Posted Jun 7, 2004 5:55 UTC (Mon) by xorbe (guest, #3165) [Link] (2 responses) xterm, isn't it beautiful? It's all I use! xterm screenshot Posted Jun 10, 2004 21:35 UTC (Thu) by pimlott (guest, #1535) [Link] (1 responses) Ahh, xterm. But does anyone know the font in that screenshot? It is 7 x 13 pixels, but for the life of me I can't find it on my Debian system. I even tried running xlsfonts -fn '-*-*-medium-r-*-*-13-*-*-*-*-70-iso8859-1' | (while read f; do echo $f; xterm -fn $f -e 'echo Read in dependencies to all Kconfig; read'; done), which I think ought to catch it, but no luck. xterm screenshot Posted Jun 17, 2004 10:03 UTC (Thu) by Octavian (guest, #7462) [Link] Put the following line in your ~/.XresourcesXTerm*font: 7x13(works for me with good old Debian Woody), orxterm -fn 7x13on the command line./O
Posted Jun 7, 2004 5:55 UTC (Mon) by xorbe (guest, #3165) [Link] (2 responses)
xterm screenshot Posted Jun 10, 2004 21:35 UTC (Thu) by pimlott (guest, #1535) [Link] (1 responses) Ahh, xterm. But does anyone know the font in that screenshot? It is 7 x 13 pixels, but for the life of me I can't find it on my Debian system. I even tried running xlsfonts -fn '-*-*-medium-r-*-*-13-*-*-*-*-70-iso8859-1' | (while read f; do echo $f; xterm -fn $f -e 'echo Read in dependencies to all Kconfig; read'; done), which I think ought to catch it, but no luck. xterm screenshot Posted Jun 17, 2004 10:03 UTC (Thu) by Octavian (guest, #7462) [Link] Put the following line in your ~/.XresourcesXTerm*font: 7x13(works for me with good old Debian Woody), orxterm -fn 7x13on the command line./O
Posted Jun 10, 2004 21:35 UTC (Thu) by pimlott (guest, #1535) [Link] (1 responses)
xlsfonts -fn '-*-*-medium-r-*-*-13-*-*-*-*-70-iso8859-1' | (while read f; do echo $f; xterm -fn $f -e 'echo Read in dependencies to all Kconfig; read'; done)
xterm screenshot Posted Jun 17, 2004 10:03 UTC (Thu) by Octavian (guest, #7462) [Link] Put the following line in your ~/.XresourcesXTerm*font: 7x13(works for me with good old Debian Woody), orxterm -fn 7x13on the command line./O
Posted Jun 17, 2004 10:03 UTC (Thu) by Octavian (guest, #7462) [Link]
XTerm*font: 7x13
(works for me with good old Debian Woody), or
xterm -fn 7x13
on the command line.
/O
Copyright © 2004, Eklektix, Inc. Comments and public postings are copyrighted by their creators. Linux is a registered trademark of Linus Torvalds