mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-02-15 04:32:24 +00:00
dtsession: help xterm load the appropriate font.
This commit is contained in:
parent
3300d665a0
commit
1d451e0e2e
1 changed files with 17 additions and 0 deletions
|
@ -186,6 +186,8 @@ XCOMM endif
|
||||||
!#################################################################
|
!#################################################################
|
||||||
*dtEnvMapForRemote: DTAPPSEARCHPATH:DTHELPSEARCHPATH:DTDATABASESEARCHPATH:XMICONSEARCHPATH:XMICONBMSEARCHPATH
|
*dtEnvMapForRemote: DTAPPSEARCHPATH:DTHELPSEARCHPATH:DTDATABASESEARCHPATH:XMICONSEARCHPATH:XMICONBMSEARCHPATH
|
||||||
|
|
||||||
|
!########## Resources for Applications (stopgap) ###########
|
||||||
|
|
||||||
!#################################################################
|
!#################################################################
|
||||||
!#
|
!#
|
||||||
!# "international"
|
!# "international"
|
||||||
|
@ -202,4 +204,19 @@ XCOMM endif
|
||||||
!#################################################################
|
!#################################################################
|
||||||
*international: True
|
*international: True
|
||||||
|
|
||||||
|
!#################################################################
|
||||||
|
!#
|
||||||
|
!# display dependent resources for applications
|
||||||
|
!#
|
||||||
|
!#################################################################
|
||||||
|
XCOMM if WIDTH > 1175
|
||||||
|
xterm*Font: -dt-interface user-medium-r-normal-m*-*-*-*-*-*-*-iso8859-*
|
||||||
|
XCOMM else
|
||||||
|
XCOMM if WIDTH < 851
|
||||||
|
xterm*Font: -dt-interface user-medium-r-normal-xs*-*-*-*-*-*-*-iso8859-*
|
||||||
|
XCOMM else
|
||||||
|
xterm*Font: -dt-interface user-medium-r-normal-s*-*-*-*-*-*-*-iso8859-*
|
||||||
|
XCOMM endif
|
||||||
|
XCOMM endif
|
||||||
|
|
||||||
!################ eof #######################
|
!################ eof #######################
|
||||||
|
|
Loading…
Reference in a new issue