nadrad / h-m-m

Hackers Mind Map
GNU General Public License v3.0
1.89k stars 53 forks source link

fix(display): ensure base line length is equal to terminal width even… #72

Closed wschroeder closed 6 months ago

wschroeder commented 6 months ago

… if map line length is shorter

nadrad commented 6 months ago

Thanks, @wschroeder . I've changed strlen to strwidth to make it compatible with wide characters (e.g., Chinese).