codingteam / pacmacs.el

Pacman for Emacs
Other
91 stars 9 forks source link

Emacs soft wraps the tiles on game over state #201

Closed rexim closed 8 years ago

rexim commented 8 years ago

OS: any Emacs: any

Instructions to reproduce:

Try to do the same during the Play state. The tiles are not wrapped. Game Over sign should behave the same way.

rexim commented 8 years ago

It's actually a regression caused by #134. We need to come with something to prevent it from being broken again in the future.

rexim commented 8 years ago

The wrapping behavior is regulated by truncate-lines variable. See its documentation for more information.