From 3a2a22eaebdebe5bf46fa7aaea57532543c5039f Mon Sep 17 00:00:00 2001 From: Siri Hansen Date: Fri, 15 Sep 2017 11:19:04 +0200 Subject: cdv: Add ~tw as formatting option when expanding a term --- lib/observer/src/cdv_term_cb.erl | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/observer/src') diff --git a/lib/observer/src/cdv_term_cb.erl b/lib/observer/src/cdv_term_cb.erl index 24fc33267e..bdcb13f22d 100644 --- a/lib/observer/src/cdv_term_cb.erl +++ b/lib/observer/src/cdv_term_cb.erl @@ -40,6 +40,7 @@ init_term_page(ParentWin, {Type, [Term, Tab]}) -> [{"Format \~p",cdv_html_wx,{Type, format_term_fun("~p",BinSaved,Tab)}}, {"Format \~tp",cdv_html_wx,{Type,format_term_fun("~tp",BinSaved,Tab)}}, {"Format \~w",cdv_html_wx,{Type,format_term_fun("~w",BinSaved,Tab)}}, + {"Format \~tw",cdv_html_wx,{Type,format_term_fun("~tw",BinSaved,Tab)}}, {"Format \~s",cdv_html_wx,{Type,format_term_fun("~s",Expanded,Tab)}}, {"Format \~ts",cdv_html_wx,{Type,format_term_fun("~ts",Expanded,Tab)}}]). -- cgit v1.2.3