فهرست منبع

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)