소스 검색

Use | less -RS with font-show output.

Steve Thielemann 2 년 전
부모
커밋
f674d65a41
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      font-show/font-show.go

+ 2 - 0
font-show/font-show.go

@@ -10,6 +10,8 @@ import (
 	"strings"
 )
 
+// Best used with | less -RS
+
 // Given a TheDrawFont file, display the fonts contained within.
 func ListFonts(filename string) {
 	f, err := os.Open(filename)