gnu: screen: Support 256 colors.
* gnu/packages/screen.scm (screen)[arguments]: Pass --enable-colors256. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
		
							parent
							
								
									7a7d6b2bde
								
							
						
					
					
						commit
						a7e7981c7d
					
				
					 1 changed files with 9 additions and 4 deletions
				
			
		| 
						 | 
					@ -49,11 +49,16 @@
 | 
				
			||||||
       ("perl" ,perl)))
 | 
					       ("perl" ,perl)))
 | 
				
			||||||
    (arguments
 | 
					    (arguments
 | 
				
			||||||
     `(#:configure-flags
 | 
					     `(#:configure-flags
 | 
				
			||||||
 | 
					       (let ((out (assoc-ref %outputs "out")))
 | 
				
			||||||
 | 
					         (list
 | 
				
			||||||
          ;; By default, man and info pages are put in PREFIX/{man,info},
 | 
					          ;; By default, man and info pages are put in PREFIX/{man,info},
 | 
				
			||||||
          ;; but we want them in PREFIX/share/{man,info}.
 | 
					          ;; but we want them in PREFIX/share/{man,info}.
 | 
				
			||||||
       (let ((out (assoc-ref %outputs "out")))
 | 
					          (string-append "--mandir=" out "/share/man")
 | 
				
			||||||
         (list (string-append "--mandir=" out "/share/man")
 | 
					          (string-append "--infodir=" out "/share/info")
 | 
				
			||||||
               (string-append "--infodir=" out "/share/info")))))
 | 
					
 | 
				
			||||||
 | 
					          ;; By default, screen supports 16 colors, but we want 256 when
 | 
				
			||||||
 | 
					          ;; ~/.screenrc contains 'term xterm-256color'
 | 
				
			||||||
 | 
					          "--enable-colors256"))))
 | 
				
			||||||
    (home-page "http://www.gnu.org/software/screen/")
 | 
					    (home-page "http://www.gnu.org/software/screen/")
 | 
				
			||||||
    (synopsis "Full-screen window manager providing multiple terminals")
 | 
					    (synopsis "Full-screen window manager providing multiple terminals")
 | 
				
			||||||
    (description
 | 
					    (description
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue